Uses of Interface
software.amazon.awssdk.services.ec2.model.TransitGatewayMulticastGroup.Builder
Packages that use TransitGatewayMulticastGroup.Builder
-
Uses of TransitGatewayMulticastGroup.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayMulticastGroup.BuilderModifier and TypeMethodDescriptionTransitGatewayMulticastGroup.builder()TransitGatewayMulticastGroup.Builder.groupIpAddress(String groupIpAddress) The IP address assigned to the transit gateway multicast group.TransitGatewayMulticastGroup.Builder.groupMember(Boolean groupMember) Indicates that the resource is a transit gateway multicast group member.TransitGatewayMulticastGroup.Builder.groupSource(Boolean groupSource) Indicates that the resource is a transit gateway multicast group member.TransitGatewayMulticastGroup.Builder.memberType(String memberType) The member type (for example,static).TransitGatewayMulticastGroup.Builder.memberType(MembershipType memberType) The member type (for example,static).TransitGatewayMulticastGroup.Builder.networkInterfaceId(String networkInterfaceId) The ID of the transit gateway attachment.TransitGatewayMulticastGroup.Builder.resourceId(String resourceId) The ID of the resource.TransitGatewayMulticastGroup.Builder.resourceOwnerId(String resourceOwnerId) The ID of the Amazon Web Services account that owns the transit gateway multicast domain group resource.TransitGatewayMulticastGroup.Builder.resourceType(String resourceType) The type of resource, for example a VPC attachment.TransitGatewayMulticastGroup.Builder.resourceType(TransitGatewayAttachmentResourceType resourceType) The type of resource, for example a VPC attachment.TransitGatewayMulticastGroup.Builder.sourceType(String sourceType) The source type.TransitGatewayMulticastGroup.Builder.sourceType(MembershipType sourceType) The source type.The ID of the subnet.TransitGatewayMulticastGroup.toBuilder()TransitGatewayMulticastGroup.Builder.transitGatewayAttachmentId(String transitGatewayAttachmentId) The ID of the transit gateway attachment.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TransitGatewayMulticastGroup.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TransitGatewayMulticastGroup.Builder>TransitGatewayMulticastGroup.serializableBuilderClass()