Interface SubnetAssociation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SubnetAssociation.Builder,SubnetAssociation>,SdkBuilder<SubnetAssociation.Builder,SubnetAssociation>,SdkPojo
- Enclosing class:
- SubnetAssociation
@Mutable @NotThreadSafe public static interface SubnetAssociation.Builder extends SdkPojo, CopyableBuilder<SubnetAssociation.Builder,SubnetAssociation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubnetAssociation.Builderstate(String state)The state of the subnet association.SubnetAssociation.Builderstate(TransitGatewayMulitcastDomainAssociationState state)The state of the subnet association.SubnetAssociation.BuildersubnetId(String subnetId)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
subnetId
SubnetAssociation.Builder subnetId(String 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
SubnetAssociation.Builder state(String 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:
TransitGatewayMulitcastDomainAssociationState,TransitGatewayMulitcastDomainAssociationState
-
state
SubnetAssociation.Builder state(TransitGatewayMulitcastDomainAssociationState 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:
TransitGatewayMulitcastDomainAssociationState,TransitGatewayMulitcastDomainAssociationState
-
-