public static interface UpdateEndpointsBatchRequest.Builder extends PinpointRequest.Builder, CopyableBuilder<UpdateEndpointsBatchRequest.Builder,UpdateEndpointsBatchRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateEndpointsBatchRequest.Builder |
applicationId(String applicationId)
Sets the value of the ApplicationId property for this object.
|
default UpdateEndpointsBatchRequest.Builder |
endpointBatchRequest(Consumer<EndpointBatchRequest.Builder> endpointBatchRequest)
Sets the value of the EndpointBatchRequest property for this object.
|
UpdateEndpointsBatchRequest.Builder |
endpointBatchRequest(EndpointBatchRequest endpointBatchRequest)
Sets the value of the EndpointBatchRequest property for this object.
|
UpdateEndpointsBatchRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateEndpointsBatchRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildUpdateEndpointsBatchRequest.Builder applicationId(String applicationId)
applicationId - The new value for the ApplicationId property for this object.UpdateEndpointsBatchRequest.Builder endpointBatchRequest(EndpointBatchRequest endpointBatchRequest)
endpointBatchRequest - The new value for the EndpointBatchRequest property for this object.default UpdateEndpointsBatchRequest.Builder endpointBatchRequest(Consumer<EndpointBatchRequest.Builder> endpointBatchRequest)
EndpointBatchRequest.Builder avoiding the need
to create one manually via EndpointBatchRequest.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to endpointBatchRequest(EndpointBatchRequest).endpointBatchRequest - a consumer that will call methods on EndpointBatchRequest.BuilderendpointBatchRequest(EndpointBatchRequest)UpdateEndpointsBatchRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateEndpointsBatchRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.