Uses of Interface
software.amazon.awssdk.services.ec2.model.TransitGatewayMulticastDomainAssociation.Builder
Packages that use TransitGatewayMulticastDomainAssociation.Builder
-
Uses of TransitGatewayMulticastDomainAssociation.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayMulticastDomainAssociation.BuilderModifier and TypeMethodDescriptionTransitGatewayMulticastDomainAssociation.builder()TransitGatewayMulticastDomainAssociation.Builder.resourceId(String resourceId) The ID of the resource.TransitGatewayMulticastDomainAssociation.Builder.resourceOwnerId(String resourceOwnerId) The ID of the Amazon Web Services account that owns the transit gateway multicast domain association resource.TransitGatewayMulticastDomainAssociation.Builder.resourceType(String resourceType) The type of resource, for example a VPC attachment.TransitGatewayMulticastDomainAssociation.Builder.resourceType(TransitGatewayAttachmentResourceType resourceType) The type of resource, for example a VPC attachment.TransitGatewayMulticastDomainAssociation.Builder.subnet(Consumer<SubnetAssociation.Builder> subnet) The subnet associated with the transit gateway multicast domain.TransitGatewayMulticastDomainAssociation.Builder.subnet(SubnetAssociation subnet) The subnet associated with the transit gateway multicast domain.TransitGatewayMulticastDomainAssociation.toBuilder()TransitGatewayMulticastDomainAssociation.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 TransitGatewayMulticastDomainAssociation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TransitGatewayMulticastDomainAssociation.Builder>TransitGatewayMulticastDomainAssociation.serializableBuilderClass()