@Stability(value=Stable) public static final class CfnTransitGatewayMulticastGroupMemberProps.Builder extends Object implements software.amazon.jsii.Builder<CfnTransitGatewayMulticastGroupMemberProps>
CfnTransitGatewayMulticastGroupMemberProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTransitGatewayMulticastGroupMemberProps |
build()
Builds the configured instance.
|
CfnTransitGatewayMulticastGroupMemberProps.Builder |
groupIpAddress(String groupIpAddress)
Sets the value of
CfnTransitGatewayMulticastGroupMemberProps.getGroupIpAddress() |
CfnTransitGatewayMulticastGroupMemberProps.Builder |
networkInterfaceId(String networkInterfaceId)
Sets the value of
CfnTransitGatewayMulticastGroupMemberProps.getNetworkInterfaceId() |
CfnTransitGatewayMulticastGroupMemberProps.Builder |
transitGatewayMulticastDomainId(String transitGatewayMulticastDomainId)
|
@Stability(value=Stable) public CfnTransitGatewayMulticastGroupMemberProps.Builder groupIpAddress(String groupIpAddress)
CfnTransitGatewayMulticastGroupMemberProps.getGroupIpAddress()groupIpAddress - The IP address assigned to the transit gateway multicast group. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayMulticastGroupMemberProps.Builder networkInterfaceId(String networkInterfaceId)
CfnTransitGatewayMulticastGroupMemberProps.getNetworkInterfaceId()networkInterfaceId - The group members' network interface IDs to register with the transit gateway multicast group. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayMulticastGroupMemberProps.Builder transitGatewayMulticastDomainId(String transitGatewayMulticastDomainId)
transitGatewayMulticastDomainId - The ID of the transit gateway multicast domain. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayMulticastGroupMemberProps build()
build in interface software.amazon.jsii.Builder<CfnTransitGatewayMulticastGroupMemberProps>CfnTransitGatewayMulticastGroupMemberPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.