@Stability(value=Stable) public static final class CfnVPCEndpointConnectionNotificationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnVPCEndpointConnectionNotificationProps>
CfnVPCEndpointConnectionNotificationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnVPCEndpointConnectionNotificationProps |
build()
Builds the configured instance.
|
CfnVPCEndpointConnectionNotificationProps.Builder |
connectionEvents(List<String> connectionEvents)
Sets the value of
CfnVPCEndpointConnectionNotificationProps.getConnectionEvents() |
CfnVPCEndpointConnectionNotificationProps.Builder |
connectionNotificationArn(String connectionNotificationArn)
Sets the value of
CfnVPCEndpointConnectionNotificationProps.getConnectionNotificationArn() |
CfnVPCEndpointConnectionNotificationProps.Builder |
serviceId(String serviceId)
Sets the value of
CfnVPCEndpointConnectionNotificationProps.getServiceId() |
CfnVPCEndpointConnectionNotificationProps.Builder |
vpcEndpointId(String vpcEndpointId)
Sets the value of
CfnVPCEndpointConnectionNotificationProps.getVpcEndpointId() |
@Stability(value=Stable) public CfnVPCEndpointConnectionNotificationProps.Builder connectionEvents(List<String> connectionEvents)
CfnVPCEndpointConnectionNotificationProps.getConnectionEvents()connectionEvents - One or more endpoint events for which to receive notifications. This parameter is required.
Valid values are Accept , Connect , Delete , and Reject .this@Stability(value=Stable) public CfnVPCEndpointConnectionNotificationProps.Builder connectionNotificationArn(String connectionNotificationArn)
CfnVPCEndpointConnectionNotificationProps.getConnectionNotificationArn()connectionNotificationArn - The ARN of the SNS topic for the notifications. This parameter is required.this@Stability(value=Stable) public CfnVPCEndpointConnectionNotificationProps.Builder serviceId(String serviceId)
CfnVPCEndpointConnectionNotificationProps.getServiceId()serviceId - The ID of the endpoint service.this@Stability(value=Stable) public CfnVPCEndpointConnectionNotificationProps.Builder vpcEndpointId(String vpcEndpointId)
CfnVPCEndpointConnectionNotificationProps.getVpcEndpointId()vpcEndpointId - The ID of the endpoint.this@Stability(value=Stable) public CfnVPCEndpointConnectionNotificationProps build()
build in interface software.amazon.jsii.Builder<CfnVPCEndpointConnectionNotificationProps>CfnVPCEndpointConnectionNotificationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.