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