public static interface ListCampaignsRequest.Builder extends PersonalizeRequest.Builder, SdkPojo, CopyableBuilder<ListCampaignsRequest.Builder,ListCampaignsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListCampaignsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of campaigns to return.
|
ListCampaignsRequest.Builder |
nextToken(String nextToken)
A token returned from the previous call to ListCampaigns for getting
the next set of campaigns (if they exist).
|
ListCampaignsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCampaignsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListCampaignsRequest.Builder |
solutionArn(String solutionArn)
The Amazon Resource Name (ARN) of the solution to list the campaigns for.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCampaignsRequest.Builder solutionArn(String solutionArn)
The Amazon Resource Name (ARN) of the solution to list the campaigns for. When a solution is not specified, all the campaigns associated with the account are listed.
solutionArn - The Amazon Resource Name (ARN) of the solution to list the campaigns for. When a solution is not
specified, all the campaigns associated with the account are listed.ListCampaignsRequest.Builder nextToken(String nextToken)
A token returned from the previous call to ListCampaigns for getting the next set of campaigns (if they exist).
nextToken - A token returned from the previous call to ListCampaigns for
getting the next set of campaigns (if they exist).ListCampaignsRequest.Builder maxResults(Integer maxResults)
The maximum number of campaigns to return.
maxResults - The maximum number of campaigns to return.ListCampaignsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListCampaignsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.