Interface SubnetAssociation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SubnetAssociation.Builder,
,SubnetAssociation> SdkBuilder<SubnetAssociation.Builder,
,SubnetAssociation> SdkPojo
- Enclosing class:
SubnetAssociation
public static interface SubnetAssociation.Builder
extends SdkPojo, CopyableBuilder<SubnetAssociation.Builder,SubnetAssociation>
-
Method Summary
Modifier and TypeMethodDescriptionThe state of the subnet association.The state of the subnet association.The ID of the subnet.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 Details
-
subnetId
The ID of the subnet.
- Parameters:
subnetId
- The ID of the subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The state of the subnet association.
- Parameters:
state
- The state of the subnet association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of the subnet association.
- Parameters:
state
- The state of the subnet association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-