public static interface GetCampaignActivitiesRequest.Builder extends PinpointRequest.Builder, SdkPojo, CopyableBuilder<GetCampaignActivitiesRequest.Builder,GetCampaignActivitiesRequest>
| Modifier and Type | Method and Description |
|---|---|
GetCampaignActivitiesRequest.Builder |
applicationId(String applicationId)
The unique identifier for the application.
|
GetCampaignActivitiesRequest.Builder |
campaignId(String campaignId)
The unique identifier for the campaign.
|
GetCampaignActivitiesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetCampaignActivitiesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetCampaignActivitiesRequest.Builder |
pageSize(String pageSize)
The maximum number of items to include in each page of a paginated response.
|
GetCampaignActivitiesRequest.Builder |
token(String token)
The NextToken string that specifies which page of results to return in a paginated response.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCampaignActivitiesRequest.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.GetCampaignActivitiesRequest.Builder campaignId(String campaignId)
The unique identifier for the campaign.
campaignId - The unique identifier for the campaign.GetCampaignActivitiesRequest.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.
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.GetCampaignActivitiesRequest.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.GetCampaignActivitiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetCampaignActivitiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.