Interface CidrBlockSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CidrBlockSummary.Builder,CidrBlockSummary>,SdkBuilder<CidrBlockSummary.Builder,CidrBlockSummary>,SdkPojo
- Enclosing class:
- CidrBlockSummary
public static interface CidrBlockSummary.Builder extends SdkPojo, CopyableBuilder<CidrBlockSummary.Builder,CidrBlockSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CidrBlockSummary.BuildercidrBlock(String cidrBlock)Value for the CIDR block.CidrBlockSummary.BuilderlocationName(String locationName)The location name of the CIDR block.-
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
-
cidrBlock
CidrBlockSummary.Builder cidrBlock(String cidrBlock)
Value for the CIDR block.
- Parameters:
cidrBlock- Value for the CIDR block.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
locationName
CidrBlockSummary.Builder locationName(String locationName)
The location name of the CIDR block.
- Parameters:
locationName- The location name of the CIDR block.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-