public static interface UpdateSegmentRequest.Builder extends PinpointRequest.Builder, SdkPojo, CopyableBuilder<UpdateSegmentRequest.Builder,UpdateSegmentRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateSegmentRequest.Builder |
applicationId(String applicationId)
The unique identifier for the application.
|
UpdateSegmentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateSegmentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateSegmentRequest.Builder |
segmentId(String segmentId)
The unique identifier for the segment.
|
default UpdateSegmentRequest.Builder |
writeSegmentRequest(Consumer<WriteSegmentRequest.Builder> writeSegmentRequest)
Sets the value of the WriteSegmentRequest property for this object.
|
UpdateSegmentRequest.Builder |
writeSegmentRequest(WriteSegmentRequest writeSegmentRequest)
Sets the value of the WriteSegmentRequest property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSegmentRequest.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.UpdateSegmentRequest.Builder segmentId(String segmentId)
The unique identifier for the segment.
segmentId - The unique identifier for the segment.UpdateSegmentRequest.Builder writeSegmentRequest(WriteSegmentRequest writeSegmentRequest)
writeSegmentRequest - The new value for the WriteSegmentRequest property for this object.default UpdateSegmentRequest.Builder writeSegmentRequest(Consumer<WriteSegmentRequest.Builder> writeSegmentRequest)
WriteSegmentRequest.Builder avoiding the
need to create one manually via WriteSegmentRequest.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to writeSegmentRequest(WriteSegmentRequest).
writeSegmentRequest - a consumer that will call methods on WriteSegmentRequest.BuilderwriteSegmentRequest(WriteSegmentRequest)UpdateSegmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateSegmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.