Interface PostToConnectionRequest.Builder
-
- All Superinterfaces:
ApiGatewayManagementApiRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<PostToConnectionRequest.Builder,PostToConnectionRequest>,SdkBuilder<PostToConnectionRequest.Builder,PostToConnectionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PostToConnectionRequest
public static interface PostToConnectionRequest.Builder extends ApiGatewayManagementApiRequest.Builder, SdkPojo, CopyableBuilder<PostToConnectionRequest.Builder,PostToConnectionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PostToConnectionRequest.BuilderconnectionId(String connectionId)The identifier of the connection that a specific client is using.PostToConnectionRequest.Builderdata(SdkBytes data)The data to be sent to the client specified by its connection id.PostToConnectionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PostToConnectionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.apigatewaymanagementapi.model.ApiGatewayManagementApiRequest.Builder
build
-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
data
PostToConnectionRequest.Builder data(SdkBytes data)
The data to be sent to the client specified by its connection id.
- Parameters:
data- The data to be sent to the client specified by its connection id.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionId
PostToConnectionRequest.Builder connectionId(String connectionId)
The identifier of the connection that a specific client is using.
- Parameters:
connectionId- The identifier of the connection that a specific client is using.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PostToConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PostToConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-