public static interface PostToConnectionRequest.Builder extends ApiGatewayManagementApiRequest.Builder, SdkPojo, CopyableBuilder<PostToConnectionRequest.Builder,PostToConnectionRequest>
| Modifier and Type | Method and Description |
|---|---|
PostToConnectionRequest.Builder |
connectionId(String connectionId)
The identifier of the connection that a specific client is using.
|
PostToConnectionRequest.Builder |
data(SdkBytes data)
The data to be sent to the client specified by its connection id.
|
PostToConnectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PostToConnectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPostToConnectionRequest.Builder data(SdkBytes data)
The data to be sent to the client specified by its connection id.
data - The data to be sent to the client specified by its connection id.PostToConnectionRequest.Builder connectionId(String connectionId)
The identifier of the connection that a specific client is using.
connectionId - The identifier of the connection that a specific client is using.PostToConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPostToConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.