Class CfnVPCEndpointConnectionNotificationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnVPCEndpointConnectionNotificationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVPCEndpointConnectionNotificationPropsMixin>
- Enclosing class:
CfnVPCEndpointConnectionNotificationPropsMixin
@Stability(Stable)
public static final class CfnVPCEndpointConnectionNotificationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVPCEndpointConnectionNotificationPropsMixin>
A fluent builder for
CfnVPCEndpointConnectionNotificationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()connectionEvents(List<String> connectionEvents) The endpoint events for which to receive notifications.connectionNotificationArn(String connectionNotificationArn) The ARN of the SNS topic for the notifications.connectionNotificationArn(ITopicRef connectionNotificationArn) The ARN of the SNS topic for the notifications.create()create(CfnPropertyMixinOptions options) The ID of the endpoint service.serviceId(IVPCEndpointServiceRef serviceId) The ID of the endpoint service.vpcEndpointId(String vpcEndpointId) The ID of the endpoint.
-
Method Details
-
create
@Stability(Stable) public static CfnVPCEndpointConnectionNotificationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnVPCEndpointConnectionNotificationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnVPCEndpointConnectionNotificationPropsMixin.Builder.
-
connectionEvents
@Stability(Stable) public CfnVPCEndpointConnectionNotificationPropsMixin.Builder connectionEvents(List<String> connectionEvents) The endpoint events for which to receive notifications.Valid values are
Accept,Connect,Delete, andReject.- Parameters:
connectionEvents- The endpoint events for which to receive notifications. This parameter is required.- Returns:
this- See Also:
-
connectionNotificationArn
@Stability(Stable) public CfnVPCEndpointConnectionNotificationPropsMixin.Builder connectionNotificationArn(String connectionNotificationArn) The ARN of the SNS topic for the notifications.- Parameters:
connectionNotificationArn- The ARN of the SNS topic for the notifications. This parameter is required.- Returns:
this- See Also:
-
connectionNotificationArn
@Stability(Stable) public CfnVPCEndpointConnectionNotificationPropsMixin.Builder connectionNotificationArn(ITopicRef connectionNotificationArn) The ARN of the SNS topic for the notifications.- Parameters:
connectionNotificationArn- The ARN of the SNS topic for the notifications. This parameter is required.- Returns:
this- See Also:
-
serviceId
@Stability(Stable) public CfnVPCEndpointConnectionNotificationPropsMixin.Builder serviceId(String serviceId) The ID of the endpoint service.- Parameters:
serviceId- The ID of the endpoint service. This parameter is required.- Returns:
this- See Also:
-
serviceId
@Stability(Stable) public CfnVPCEndpointConnectionNotificationPropsMixin.Builder serviceId(IVPCEndpointServiceRef serviceId) The ID of the endpoint service.- Parameters:
serviceId- The ID of the endpoint service. This parameter is required.- Returns:
this- See Also:
-
vpcEndpointId
@Stability(Stable) public CfnVPCEndpointConnectionNotificationPropsMixin.Builder vpcEndpointId(String vpcEndpointId) The ID of the endpoint.- Parameters:
vpcEndpointId- The ID of the endpoint. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnVPCEndpointConnectionNotificationPropsMixin>- Returns:
- a newly built instance of
CfnVPCEndpointConnectionNotificationPropsMixin.
-