public static interface UpdateEndpointRequest.Builder extends PinpointRequest.Builder, SdkPojo, CopyableBuilder<UpdateEndpointRequest.Builder,UpdateEndpointRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateEndpointRequest.Builder |
applicationId(String applicationId)
The unique identifier for the application.
|
UpdateEndpointRequest.Builder |
endpointId(String endpointId)
The case insensitive unique identifier for the endpoint.
|
default UpdateEndpointRequest.Builder |
endpointRequest(Consumer<EndpointRequest.Builder> endpointRequest)
Sets the value of the EndpointRequest property for this object.
|
UpdateEndpointRequest.Builder |
endpointRequest(EndpointRequest endpointRequest)
Sets the value of the EndpointRequest property for this object.
|
UpdateEndpointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEndpointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateEndpointRequest.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.UpdateEndpointRequest.Builder endpointId(String endpointId)
The case insensitive unique identifier for the endpoint. The identifier can't contain $,
{ or }.
endpointId - The case insensitive unique identifier for the endpoint. The identifier can't contain $,
{ or }.UpdateEndpointRequest.Builder endpointRequest(EndpointRequest endpointRequest)
endpointRequest - The new value for the EndpointRequest property for this object.default UpdateEndpointRequest.Builder endpointRequest(Consumer<EndpointRequest.Builder> endpointRequest)
EndpointRequest.Builder avoiding the
need to create one manually via EndpointRequest.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to endpointRequest(EndpointRequest).
endpointRequest - a consumer that will call methods on EndpointRequest.BuilderendpointRequest(EndpointRequest)UpdateEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.