public static interface ListAttributeGroupsForApplicationRequest.Builder extends ServiceCatalogAppRegistryRequest.Builder, SdkPojo, CopyableBuilder<ListAttributeGroupsForApplicationRequest.Builder,ListAttributeGroupsForApplicationRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAttributeGroupsForApplicationRequest.Builder |
application(String application)
The name or ID of the application.
|
ListAttributeGroupsForApplicationRequest.Builder |
maxResults(Integer maxResults)
The upper bound of the number of results to return.
|
ListAttributeGroupsForApplicationRequest.Builder |
nextToken(String nextToken)
This token retrieves the next page of results after a previous API call.
|
ListAttributeGroupsForApplicationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAttributeGroupsForApplicationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAttributeGroupsForApplicationRequest.Builder application(String application)
The name or ID of the application.
application - The name or ID of the application.ListAttributeGroupsForApplicationRequest.Builder nextToken(String nextToken)
This token retrieves the next page of results after a previous API call.
nextToken - This token retrieves the next page of results after a previous API call.ListAttributeGroupsForApplicationRequest.Builder maxResults(Integer maxResults)
The upper bound of the number of results to return. The value cannot exceed 25. If you omit this parameter, it defaults to 25. This value is optional.
maxResults - The upper bound of the number of results to return. The value cannot exceed 25. If you omit this
parameter, it defaults to 25. This value is optional.ListAttributeGroupsForApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAttributeGroupsForApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.