Interface ModifyVpcEndpointConnectionNotificationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ModifyVpcEndpointConnectionNotificationRequest.Builder,ModifyVpcEndpointConnectionNotificationRequest>
,Ec2Request.Builder
,SdkBuilder<ModifyVpcEndpointConnectionNotificationRequest.Builder,ModifyVpcEndpointConnectionNotificationRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ModifyVpcEndpointConnectionNotificationRequest
public static interface ModifyVpcEndpointConnectionNotificationRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyVpcEndpointConnectionNotificationRequest.Builder,ModifyVpcEndpointConnectionNotificationRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
dryRun
ModifyVpcEndpointConnectionNotificationRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.- Parameters:
dryRun
- Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response isDryRunOperation
. Otherwise, it isUnauthorizedOperation
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionNotificationId
ModifyVpcEndpointConnectionNotificationRequest.Builder connectionNotificationId(String connectionNotificationId)
The ID of the notification.
- Parameters:
connectionNotificationId
- The ID of the notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionNotificationArn
ModifyVpcEndpointConnectionNotificationRequest.Builder connectionNotificationArn(String connectionNotificationArn)
The ARN for the SNS topic for the notification.
- Parameters:
connectionNotificationArn
- The ARN for the SNS topic for the notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionEvents
ModifyVpcEndpointConnectionNotificationRequest.Builder connectionEvents(Collection<String> connectionEvents)
The events for the endpoint. Valid values are
Accept
,Connect
,Delete
, andReject
.- Parameters:
connectionEvents
- The events for the endpoint. Valid values areAccept
,Connect
,Delete
, andReject
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionEvents
ModifyVpcEndpointConnectionNotificationRequest.Builder connectionEvents(String... connectionEvents)
The events for the endpoint. Valid values are
Accept
,Connect
,Delete
, andReject
.- Parameters:
connectionEvents
- The events for the endpoint. Valid values areAccept
,Connect
,Delete
, andReject
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ModifyVpcEndpointConnectionNotificationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ModifyVpcEndpointConnectionNotificationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-