public static interface DescribeAppBlocksRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<DescribeAppBlocksRequest.Builder,DescribeAppBlocksRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeAppBlocksRequest.Builder |
arns(Collection<String> arns)
The ARNs of the app blocks.
|
DescribeAppBlocksRequest.Builder |
arns(String... arns)
The ARNs of the app blocks.
|
DescribeAppBlocksRequest.Builder |
maxResults(Integer maxResults)
The maximum size of each page of results.
|
DescribeAppBlocksRequest.Builder |
nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
DescribeAppBlocksRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeAppBlocksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAppBlocksRequest.Builder arns(Collection<String> arns)
The ARNs of the app blocks.
arns - The ARNs of the app blocks.DescribeAppBlocksRequest.Builder arns(String... arns)
The ARNs of the app blocks.
arns - The ARNs of the app blocks.DescribeAppBlocksRequest.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.DescribeAppBlocksRequest.Builder maxResults(Integer maxResults)
The maximum size of each page of results.
maxResults - The maximum size of each page of results.DescribeAppBlocksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeAppBlocksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.