public static interface GetSegmentExportJobsRequest.Builder extends PinpointRequest.Builder, SdkPojo, CopyableBuilder<GetSegmentExportJobsRequest.Builder,GetSegmentExportJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetSegmentExportJobsRequest.Builder |
applicationId(String applicationId)
The unique identifier for the application.
|
GetSegmentExportJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetSegmentExportJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetSegmentExportJobsRequest.Builder |
pageSize(String pageSize)
The maximum number of items to include in each page of a paginated response.
|
GetSegmentExportJobsRequest.Builder |
segmentId(String segmentId)
The unique identifier for the segment.
|
GetSegmentExportJobsRequest.Builder |
token(String token)
The NextToken string that specifies which page of results to return in a paginated response.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSegmentExportJobsRequest.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.GetSegmentExportJobsRequest.Builder pageSize(String pageSize)
The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.
pageSize - The maximum number of items to include in each page of a paginated response. This parameter is
currently not supported for application, campaign, and journey metrics.GetSegmentExportJobsRequest.Builder segmentId(String segmentId)
The unique identifier for the segment.
segmentId - The unique identifier for the segment.GetSegmentExportJobsRequest.Builder token(String token)
The NextToken string that specifies which page of results to return in a paginated response.
token - The NextToken string that specifies which page of results to return in a paginated response.GetSegmentExportJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetSegmentExportJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.