Interface CidrCollectionChange.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CidrCollectionChange.Builder,
,CidrCollectionChange> SdkBuilder<CidrCollectionChange.Builder,
,CidrCollectionChange> SdkPojo
- Enclosing class:
CidrCollectionChange
@Mutable
@NotThreadSafe
public static interface CidrCollectionChange.Builder
extends SdkPojo, CopyableBuilder<CidrCollectionChange.Builder,CidrCollectionChange>
-
Method Summary
Modifier and TypeMethodDescriptionCIDR collection change action.action
(CidrCollectionChangeAction action) CIDR collection change action.List of CIDR blocks.cidrList
(Collection<String> cidrList) List of CIDR blocks.locationName
(String locationName) Name of the location that is associated with the CIDR collection.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, sdkFieldNameToField, sdkFields
-
Method Details
-
locationName
Name of the location that is associated with the CIDR collection.
- Parameters:
locationName
- Name of the location that is associated with the CIDR collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
action
CIDR collection change action.
- Parameters:
action
- CIDR collection change action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
action
CIDR collection change action.
- Parameters:
action
- CIDR collection change action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
cidrList
List of CIDR blocks.
- Parameters:
cidrList
- List of CIDR blocks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cidrList
List of CIDR blocks.
- Parameters:
cidrList
- List of CIDR blocks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-