Interface PrefixListAssociation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PrefixListAssociation.Builder,,PrefixListAssociation> SdkBuilder<PrefixListAssociation.Builder,,PrefixListAssociation> SdkPojo
- Enclosing class:
- PrefixListAssociation
@Mutable
@NotThreadSafe
public static interface PrefixListAssociation.Builder
extends SdkPojo, CopyableBuilder<PrefixListAssociation.Builder,PrefixListAssociation>
-
Method Summary
Modifier and TypeMethodDescriptionresourceId(String resourceId) The ID of the resource.resourceOwner(String resourceOwner) The owner of the resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
resourceId
The ID of the resource.
- Parameters:
resourceId- The ID of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceOwner
The owner of the resource.
- Parameters:
resourceOwner- The owner of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-