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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateEndpointsBatchRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateEndpointsBatchRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.