public static interface DescribeAppBlockBuildersRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<DescribeAppBlockBuildersRequest.Builder,DescribeAppBlockBuildersRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeAppBlockBuildersRequest.Builder |
maxResults(Integer maxResults)
The maximum size of each page of results.
|
DescribeAppBlockBuildersRequest.Builder |
names(Collection<String> names)
The names of the app block builders.
|
DescribeAppBlockBuildersRequest.Builder |
names(String... names)
The names of the app block builders.
|
DescribeAppBlockBuildersRequest.Builder |
nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
DescribeAppBlockBuildersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeAppBlockBuildersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAppBlockBuildersRequest.Builder names(Collection<String> names)
The names of the app block builders.
names - The names of the app block builders.DescribeAppBlockBuildersRequest.Builder names(String... names)
The names of the app block builders.
names - The names of the app block builders.DescribeAppBlockBuildersRequest.Builder nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
nextToken - The pagination token used to retrieve the next page of results for this operation.DescribeAppBlockBuildersRequest.Builder maxResults(Integer maxResults)
The maximum size of each page of results. The maximum value is 25.
maxResults - The maximum size of each page of results. The maximum value is 25.DescribeAppBlockBuildersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeAppBlockBuildersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.