public static interface CreateSegmentRequest.Builder extends PinpointRequest.Builder, SdkPojo, CopyableBuilder<CreateSegmentRequest.Builder,CreateSegmentRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateSegmentRequest.Builder |
applicationId(String applicationId)
The unique identifier for the application.
|
CreateSegmentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSegmentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateSegmentRequest.Builder |
writeSegmentRequest(Consumer<WriteSegmentRequest.Builder> writeSegmentRequest)
Sets the value of the WriteSegmentRequest property for this object.
|
CreateSegmentRequest.Builder |
writeSegmentRequest(WriteSegmentRequest writeSegmentRequest)
Sets the value of the WriteSegmentRequest property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSegmentRequest.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.CreateSegmentRequest.Builder writeSegmentRequest(WriteSegmentRequest writeSegmentRequest)
writeSegmentRequest - The new value for the WriteSegmentRequest property for this object.default CreateSegmentRequest.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)CreateSegmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateSegmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.