public static interface DeleteEndpointRequest.Builder extends PinpointRequest.Builder, SdkPojo, CopyableBuilder<DeleteEndpointRequest.Builder,DeleteEndpointRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteEndpointRequest.Builder |
applicationId(String applicationId)
The unique identifier for the application.
|
DeleteEndpointRequest.Builder |
endpointId(String endpointId)
The unique identifier for the endpoint.
|
DeleteEndpointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteEndpointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteEndpointRequest.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.DeleteEndpointRequest.Builder endpointId(String endpointId)
The unique identifier for the endpoint.
endpointId - The unique identifier for the endpoint.DeleteEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.