public static interface ListAssociatedAttributeGroupsResponse.Builder extends ServiceCatalogAppRegistryResponse.Builder, SdkPojo, CopyableBuilder<ListAssociatedAttributeGroupsResponse.Builder,ListAssociatedAttributeGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAssociatedAttributeGroupsResponse.Builder |
attributeGroups(Collection<String> attributeGroups)
A list of attribute group IDs.
|
ListAssociatedAttributeGroupsResponse.Builder |
attributeGroups(String... attributeGroups)
A list of attribute group IDs.
|
ListAssociatedAttributeGroupsResponse.Builder |
nextToken(String nextToken)
The token to use to get the next page of results after a previous API call.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAssociatedAttributeGroupsResponse.Builder attributeGroups(Collection<String> attributeGroups)
A list of attribute group IDs.
attributeGroups - A list of attribute group IDs.ListAssociatedAttributeGroupsResponse.Builder attributeGroups(String... attributeGroups)
A list of attribute group IDs.
attributeGroups - A list of attribute group IDs.ListAssociatedAttributeGroupsResponse.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.Copyright © 2023. All rights reserved.