public static interface UpdateEndpointsBatchRequest.Builder extends PinpointRequest.Builder, SdkPojo, CopyableBuilder<UpdateEndpointsBatchRequest.Builder,UpdateEndpointsBatchRequest>
Modifier and Type | Method and Description |
---|---|
UpdateEndpointsBatchRequest.Builder |
applicationId(String applicationId)
The unique identifier for the application.
|
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) |
UpdateEndpointsBatchRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateEndpointsBatchRequest.Builder applicationId(String applicationId)
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
applicationId
- The unique identifier for the application. This identifier is displayed as the Project ID on
the Amazon Pinpoint console.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.Builder
endpointBatchRequest(EndpointBatchRequest)
UpdateEndpointsBatchRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
UpdateEndpointsBatchRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2019. All rights reserved.