Interface TransitGatewayPropagation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TransitGatewayPropagation.Builder,TransitGatewayPropagation>,SdkBuilder<TransitGatewayPropagation.Builder,TransitGatewayPropagation>,SdkPojo
- Enclosing class:
- TransitGatewayPropagation
public static interface TransitGatewayPropagation.Builder extends SdkPojo, CopyableBuilder<TransitGatewayPropagation.Builder,TransitGatewayPropagation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransitGatewayPropagation.BuilderresourceId(String resourceId)The ID of the resource.TransitGatewayPropagation.BuilderresourceType(String resourceType)The resource type.TransitGatewayPropagation.BuilderresourceType(TransitGatewayAttachmentResourceType resourceType)The resource type.TransitGatewayPropagation.Builderstate(String state)The state.TransitGatewayPropagation.Builderstate(TransitGatewayPropagationState state)The state.TransitGatewayPropagation.BuildertransitGatewayAttachmentId(String transitGatewayAttachmentId)The ID of the attachment.TransitGatewayPropagation.BuildertransitGatewayRouteTableAnnouncementId(String transitGatewayRouteTableAnnouncementId)The ID of the transit gateway route table announcement.TransitGatewayPropagation.BuildertransitGatewayRouteTableId(String transitGatewayRouteTableId)The ID of the transit gateway route table.-
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
-
transitGatewayAttachmentId
TransitGatewayPropagation.Builder transitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment.
- Parameters:
transitGatewayAttachmentId- The ID of the attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
TransitGatewayPropagation.Builder resourceId(String resourceId)
The ID of the resource.
- Parameters:
resourceId- The ID of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
TransitGatewayPropagation.Builder resourceType(String resourceType)
The resource type. Note that the
tgw-peeringresource type has been deprecated.- Parameters:
resourceType- The resource type. Note that thetgw-peeringresource type has been deprecated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TransitGatewayAttachmentResourceType,TransitGatewayAttachmentResourceType
-
resourceType
TransitGatewayPropagation.Builder resourceType(TransitGatewayAttachmentResourceType resourceType)
The resource type. Note that the
tgw-peeringresource type has been deprecated.- Parameters:
resourceType- The resource type. Note that thetgw-peeringresource type has been deprecated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TransitGatewayAttachmentResourceType,TransitGatewayAttachmentResourceType
-
transitGatewayRouteTableId
TransitGatewayPropagation.Builder transitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the transit gateway route table.
- Parameters:
transitGatewayRouteTableId- The ID of the transit gateway route table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
TransitGatewayPropagation.Builder state(String state)
The state.
- Parameters:
state- The state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TransitGatewayPropagationState,TransitGatewayPropagationState
-
state
TransitGatewayPropagation.Builder state(TransitGatewayPropagationState state)
The state.
- Parameters:
state- The state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TransitGatewayPropagationState,TransitGatewayPropagationState
-
transitGatewayRouteTableAnnouncementId
TransitGatewayPropagation.Builder transitGatewayRouteTableAnnouncementId(String transitGatewayRouteTableAnnouncementId)
The ID of the transit gateway route table announcement.
- Parameters:
transitGatewayRouteTableAnnouncementId- The ID of the transit gateway route table announcement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-