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