@Stability(value=Stable) public static final class CfnVPCEndpointConnectionNotification.Builder extends Object implements software.amazon.jsii.Builder<CfnVPCEndpointConnectionNotification>
CfnVPCEndpointConnectionNotification.| Modifier and Type | Method and Description |
|---|---|
CfnVPCEndpointConnectionNotification |
build() |
CfnVPCEndpointConnectionNotification.Builder |
connectionEvents(List<String> connectionEvents)
`AWS::EC2::VPCEndpointConnectionNotification.ConnectionEvents`.
|
CfnVPCEndpointConnectionNotification.Builder |
connectionNotificationArn(String connectionNotificationArn)
`AWS::EC2::VPCEndpointConnectionNotification.ConnectionNotificationArn`.
|
static CfnVPCEndpointConnectionNotification.Builder |
create(software.constructs.Construct scope,
String id) |
CfnVPCEndpointConnectionNotification.Builder |
serviceId(String serviceId)
`AWS::EC2::VPCEndpointConnectionNotification.ServiceId`.
|
CfnVPCEndpointConnectionNotification.Builder |
vpcEndpointId(String vpcEndpointId)
`AWS::EC2::VPCEndpointConnectionNotification.VPCEndpointId`.
|
@Stability(value=Stable) public static CfnVPCEndpointConnectionNotification.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnVPCEndpointConnectionNotification.Builder.@Stability(value=Stable) public CfnVPCEndpointConnectionNotification.Builder connectionEvents(List<String> connectionEvents)
connectionEvents - `AWS::EC2::VPCEndpointConnectionNotification.ConnectionEvents`. This parameter is required.this@Stability(value=Stable) public CfnVPCEndpointConnectionNotification.Builder connectionNotificationArn(String connectionNotificationArn)
connectionNotificationArn - `AWS::EC2::VPCEndpointConnectionNotification.ConnectionNotificationArn`. This parameter is required.this@Stability(value=Stable) public CfnVPCEndpointConnectionNotification.Builder serviceId(String serviceId)
serviceId - `AWS::EC2::VPCEndpointConnectionNotification.ServiceId`. This parameter is required.this@Stability(value=Stable) public CfnVPCEndpointConnectionNotification.Builder vpcEndpointId(String vpcEndpointId)
vpcEndpointId - `AWS::EC2::VPCEndpointConnectionNotification.VPCEndpointId`. This parameter is required.this@Stability(value=Stable) public CfnVPCEndpointConnectionNotification build()
build in interface software.amazon.jsii.Builder<CfnVPCEndpointConnectionNotification>Copyright © 2021. All rights reserved.