Interface PrefixListAssociation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PrefixListAssociation.Builder,PrefixListAssociation>,SdkBuilder<PrefixListAssociation.Builder,PrefixListAssociation>,SdkPojo
- Enclosing class:
- PrefixListAssociation
public static interface PrefixListAssociation.Builder extends SdkPojo, CopyableBuilder<PrefixListAssociation.Builder,PrefixListAssociation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrefixListAssociation.BuilderresourceId(String resourceId)The ID of the resource.PrefixListAssociation.BuilderresourceOwner(String resourceOwner)The owner of the resource.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
resourceId
PrefixListAssociation.Builder resourceId(String 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
PrefixListAssociation.Builder resourceOwner(String 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.
-
-