Interface ListCampaignsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListCampaignsRequest.Builder,ListCampaignsRequest>,PersonalizeRequest.Builder,SdkBuilder<ListCampaignsRequest.Builder,ListCampaignsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListCampaignsRequest
public static interface ListCampaignsRequest.Builder extends PersonalizeRequest.Builder, SdkPojo, CopyableBuilder<ListCampaignsRequest.Builder,ListCampaignsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCampaignsRequest.BuildermaxResults(Integer maxResults)The maximum number of campaigns to return.ListCampaignsRequest.BuildernextToken(String nextToken)A token returned from the previous call to ListCampaigns for getting the next set of campaigns (if they exist).ListCampaignsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCampaignsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListCampaignsRequest.BuildersolutionArn(String solutionArn)The Amazon Resource Name (ARN) of the solution to list the campaigns for.-
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.personalize.model.PersonalizeRequest.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
-
solutionArn
ListCampaignsRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListCampaignsRequest.Builder nextToken(String nextToken)
A token returned from the previous call to ListCampaigns for getting the next set of campaigns (if they exist).
- Parameters:
nextToken- A token returned from the previous call to ListCampaigns for getting the next set of campaigns (if they exist).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListCampaignsRequest.Builder maxResults(Integer maxResults)
The maximum number of campaigns to return.
- Parameters:
maxResults- The maximum number of campaigns to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListCampaignsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListCampaignsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-