Interface RejectInboundConnectionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<RejectInboundConnectionRequest.Builder,RejectInboundConnectionRequest>
,OpenSearchRequest.Builder
,SdkBuilder<RejectInboundConnectionRequest.Builder,RejectInboundConnectionRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- RejectInboundConnectionRequest
public static interface RejectInboundConnectionRequest.Builder extends OpenSearchRequest.Builder, SdkPojo, CopyableBuilder<RejectInboundConnectionRequest.Builder,RejectInboundConnectionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RejectInboundConnectionRequest.Builder
connectionId(String connectionId)
The unique identifier of the inbound connection to reject.RejectInboundConnectionRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
RejectInboundConnectionRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
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.opensearch.model.OpenSearchRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
connectionId
RejectInboundConnectionRequest.Builder connectionId(String connectionId)
The unique identifier of the inbound connection to reject.
- Parameters:
connectionId
- The unique identifier of the inbound connection to reject.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RejectInboundConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
RejectInboundConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-