public static interface DeleteSegmentRequest.Builder extends PinpointRequest.Builder, SdkPojo, CopyableBuilder<DeleteSegmentRequest.Builder,DeleteSegmentRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteSegmentRequest.Builder |
applicationId(String applicationId)
The unique identifier for the application.
|
DeleteSegmentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteSegmentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteSegmentRequest.Builder |
segmentId(String segmentId)
The unique identifier for the segment.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteSegmentRequest.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.DeleteSegmentRequest.Builder segmentId(String segmentId)
The unique identifier for the segment.
segmentId - The unique identifier for the segment.DeleteSegmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteSegmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.