Interface CidrCollectionChange.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CidrCollectionChange.Builder,CidrCollectionChange>,SdkBuilder<CidrCollectionChange.Builder,CidrCollectionChange>,SdkPojo
- Enclosing class:
- CidrCollectionChange
public static interface CidrCollectionChange.Builder extends SdkPojo, CopyableBuilder<CidrCollectionChange.Builder,CidrCollectionChange>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CidrCollectionChange.Builderaction(String action)CIDR collection change action.CidrCollectionChange.Builderaction(CidrCollectionChangeAction action)CIDR collection change action.CidrCollectionChange.BuildercidrList(String... cidrList)List of CIDR blocks.CidrCollectionChange.BuildercidrList(Collection<String> cidrList)List of CIDR blocks.CidrCollectionChange.BuilderlocationName(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, sdkFields
-
-
-
-
Method Detail
-
locationName
CidrCollectionChange.Builder locationName(String 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
CidrCollectionChange.Builder action(String 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:
CidrCollectionChangeAction,CidrCollectionChangeAction
-
action
CidrCollectionChange.Builder action(CidrCollectionChangeAction 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:
CidrCollectionChangeAction,CidrCollectionChangeAction
-
cidrList
CidrCollectionChange.Builder cidrList(Collection<String> 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
CidrCollectionChange.Builder cidrList(String... 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.
-
-