Interface GetSegmentExportJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetSegmentExportJobsRequest.Builder,GetSegmentExportJobsRequest>,PinpointRequest.Builder,SdkBuilder<GetSegmentExportJobsRequest.Builder,GetSegmentExportJobsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetSegmentExportJobsRequest
public static interface GetSegmentExportJobsRequest.Builder extends PinpointRequest.Builder, SdkPojo, CopyableBuilder<GetSegmentExportJobsRequest.Builder,GetSegmentExportJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetSegmentExportJobsRequest.BuilderapplicationId(String applicationId)The unique identifier for the application.GetSegmentExportJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSegmentExportJobsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetSegmentExportJobsRequest.BuilderpageSize(String pageSize)The maximum number of items to include in each page of a paginated response.GetSegmentExportJobsRequest.BuildersegmentId(String segmentId)The unique identifier for the segment.GetSegmentExportJobsRequest.Buildertoken(String token)The NextToken string that specifies which page of results to return in a paginated response.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.pinpoint.model.PinpointRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
applicationId
GetSegmentExportJobsRequest.Builder applicationId(String applicationId)
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
- Parameters:
applicationId- The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pageSize
GetSegmentExportJobsRequest.Builder pageSize(String pageSize)
The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
- Parameters:
pageSize- The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
segmentId
GetSegmentExportJobsRequest.Builder segmentId(String segmentId)
The unique identifier for the segment.
- Parameters:
segmentId- The unique identifier for the segment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
token
GetSegmentExportJobsRequest.Builder token(String token)
The NextToken string that specifies which page of results to return in a paginated response.
- Parameters:
token- The NextToken string that specifies which page of results to return in a paginated response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetSegmentExportJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetSegmentExportJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-