Uses of Interface
software.amazon.awssdk.services.ec2.model.PrefixListAssociation.Builder
-
Packages that use PrefixListAssociation.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of PrefixListAssociation.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PrefixListAssociation.Builder Modifier and Type Method Description static PrefixListAssociation.BuilderPrefixListAssociation. builder()PrefixListAssociation.BuilderPrefixListAssociation.Builder. resourceId(String resourceId)The ID of the resource.PrefixListAssociation.BuilderPrefixListAssociation.Builder. resourceOwner(String resourceOwner)The owner of the resource.PrefixListAssociation.BuilderPrefixListAssociation. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PrefixListAssociation.Builder Modifier and Type Method Description static Class<? extends PrefixListAssociation.Builder>PrefixListAssociation. serializableBuilderClass()
-