Interface ListBrandsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListBrandsRequest.Builder,ListBrandsRequest>,QuickSightRequest.Builder,SdkBuilder<ListBrandsRequest.Builder,ListBrandsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListBrandsRequest
@Mutable @NotThreadSafe public static interface ListBrandsRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListBrandsRequest.Builder,ListBrandsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListBrandsRequest.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account that owns the brands that you want to list.ListBrandsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to be returned in a single request.ListBrandsRequest.BuildernextToken(String nextToken)The token for the next set of results, or null if there are no more results.ListBrandsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListBrandsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.quicksight.model.QuickSightRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
ListBrandsRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that owns the brands that you want to list.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account that owns the brands that you want to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListBrandsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned in a single request.
- Parameters:
maxResults- The maximum number of results to be returned in a single request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListBrandsRequest.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
- Parameters:
nextToken- The token for the next set of results, or null if there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListBrandsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListBrandsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-