Interface TransitGatewayMulticastGroup.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TransitGatewayMulticastGroup.Builder,
,TransitGatewayMulticastGroup> SdkBuilder<TransitGatewayMulticastGroup.Builder,
,TransitGatewayMulticastGroup> SdkPojo
- Enclosing class:
TransitGatewayMulticastGroup
public static interface TransitGatewayMulticastGroup.Builder
extends SdkPojo, CopyableBuilder<TransitGatewayMulticastGroup.Builder,TransitGatewayMulticastGroup>
-
Method Summary
Modifier and TypeMethodDescriptiongroupIpAddress
(String groupIpAddress) The IP address assigned to the transit gateway multicast group.groupMember
(Boolean groupMember) Indicates that the resource is a transit gateway multicast group member.groupSource
(Boolean groupSource) Indicates that the resource is a transit gateway multicast group member.memberType
(String memberType) The member type (for example,static
).memberType
(MembershipType memberType) The member type (for example,static
).networkInterfaceId
(String networkInterfaceId) The ID of the transit gateway attachment.resourceId
(String resourceId) The ID of the resource.resourceOwnerId
(String resourceOwnerId) The ID of the Amazon Web Services account that owns the transit gateway multicast domain group resource.resourceType
(String resourceType) The type of resource, for example a VPC attachment.resourceType
(TransitGatewayAttachmentResourceType resourceType) The type of resource, for example a VPC attachment.sourceType
(String sourceType) The source type.sourceType
(MembershipType sourceType) The source type.The ID of the subnet.transitGatewayAttachmentId
(String transitGatewayAttachmentId) The ID of the transit gateway attachment.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
-
groupIpAddress
The IP address assigned to the transit gateway multicast group.
- Parameters:
groupIpAddress
- The IP address assigned to the transit gateway multicast group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transitGatewayAttachmentId
The ID of the transit gateway attachment.
- Parameters:
transitGatewayAttachmentId
- The ID of the transit gateway attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
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
The type of resource, for example a VPC attachment.
- Parameters:
resourceType
- The type of resource, for example a VPC attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceType
TransitGatewayMulticastGroup.Builder resourceType(TransitGatewayAttachmentResourceType resourceType) The type of resource, for example a VPC attachment.
- Parameters:
resourceType
- The type of resource, for example a VPC attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceOwnerId
The ID of the Amazon Web Services account that owns the transit gateway multicast domain group resource.
- Parameters:
resourceOwnerId
- The ID of the Amazon Web Services account that owns the transit gateway multicast domain group resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkInterfaceId
The ID of the transit gateway attachment.
- Parameters:
networkInterfaceId
- The ID of the transit gateway attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupMember
Indicates that the resource is a transit gateway multicast group member.
- Parameters:
groupMember
- Indicates that the resource is a transit gateway multicast group member.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupSource
Indicates that the resource is a transit gateway multicast group member.
- Parameters:
groupSource
- Indicates that the resource is a transit gateway multicast group member.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberType
The member type (for example,
static
).- Parameters:
memberType
- The member type (for example,static
).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
memberType
The member type (for example,
static
).- Parameters:
memberType
- The member type (for example,static
).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceType
The source type.
- Parameters:
sourceType
- The source type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceType
The source type.
- Parameters:
sourceType
- The source type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-