public static interface DescribeEntitlementsRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<DescribeEntitlementsRequest.Builder,DescribeEntitlementsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeEntitlementsRequest.Builder |
maxResults(Integer maxResults)
The maximum size of each page of results.
|
DescribeEntitlementsRequest.Builder |
name(String name)
The name of the entitlement.
|
DescribeEntitlementsRequest.Builder |
nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
DescribeEntitlementsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeEntitlementsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeEntitlementsRequest.Builder |
stackName(String stackName)
The name of the stack with which the entitlement is associated.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEntitlementsRequest.Builder name(String name)
The name of the entitlement.
name - The name of the entitlement.DescribeEntitlementsRequest.Builder stackName(String stackName)
The name of the stack with which the entitlement is associated.
stackName - The name of the stack with which the entitlement is associated.DescribeEntitlementsRequest.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.DescribeEntitlementsRequest.Builder maxResults(Integer maxResults)
The maximum size of each page of results.
maxResults - The maximum size of each page of results.DescribeEntitlementsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeEntitlementsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.