Interface AcceptInboundConnectionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<AcceptInboundConnectionRequest.Builder,AcceptInboundConnectionRequest>
,OpenSearchRequest.Builder
,SdkBuilder<AcceptInboundConnectionRequest.Builder,AcceptInboundConnectionRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- AcceptInboundConnectionRequest
public static interface AcceptInboundConnectionRequest.Builder extends OpenSearchRequest.Builder, SdkPojo, CopyableBuilder<AcceptInboundConnectionRequest.Builder,AcceptInboundConnectionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AcceptInboundConnectionRequest.Builder
connectionId(String connectionId)
The ID of the inbound connection to accept.AcceptInboundConnectionRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AcceptInboundConnectionRequest.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
AcceptInboundConnectionRequest.Builder connectionId(String connectionId)
The ID of the inbound connection to accept.
- Parameters:
connectionId
- The ID of the inbound connection to accept.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AcceptInboundConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
AcceptInboundConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-