public static interface SubnetAssociation.Builder extends SdkPojo, CopyableBuilder<SubnetAssociation.Builder,SubnetAssociation>
Modifier and Type | Method and Description |
---|---|
SubnetAssociation.Builder |
state(String state)
The state of the subnet association.
|
SubnetAssociation.Builder |
state(TransitGatewayMulitcastDomainAssociationState state)
The state of the subnet association.
|
SubnetAssociation.Builder |
subnetId(String subnetId)
The ID of the subnet.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
SubnetAssociation.Builder subnetId(String subnetId)
The ID of the subnet.
subnetId
- The ID of the subnet.SubnetAssociation.Builder state(String state)
The state of the subnet association.
state
- The state of the subnet association.TransitGatewayMulitcastDomainAssociationState
,
TransitGatewayMulitcastDomainAssociationState
SubnetAssociation.Builder state(TransitGatewayMulitcastDomainAssociationState state)
The state of the subnet association.
state
- The state of the subnet association.TransitGatewayMulitcastDomainAssociationState
,
TransitGatewayMulitcastDomainAssociationState
Copyright © 2023. All rights reserved.