public static interface ListAttributeGroupsResponse.Builder extends ServiceCatalogAppRegistryResponse.Builder, SdkPojo, CopyableBuilder<ListAttributeGroupsResponse.Builder,ListAttributeGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAttributeGroupsResponse.Builder |
attributeGroups(AttributeGroupSummary... attributeGroups)
This list of attribute groups.
|
ListAttributeGroupsResponse.Builder |
attributeGroups(Collection<AttributeGroupSummary> attributeGroups)
This list of attribute groups.
|
ListAttributeGroupsResponse.Builder |
attributeGroups(Consumer<AttributeGroupSummary.Builder>... attributeGroups)
This list of attribute groups.
|
ListAttributeGroupsResponse.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, buildListAttributeGroupsResponse.Builder attributeGroups(Collection<AttributeGroupSummary> attributeGroups)
This list of attribute groups.
attributeGroups - This list of attribute groups.ListAttributeGroupsResponse.Builder attributeGroups(AttributeGroupSummary... attributeGroups)
This list of attribute groups.
attributeGroups - This list of attribute groups.ListAttributeGroupsResponse.Builder attributeGroups(Consumer<AttributeGroupSummary.Builder>... attributeGroups)
This list of attribute groups.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #attributeGroups(List) .attributeGroups - a consumer that will call methods on List.Builder #attributeGroups(List) ListAttributeGroupsResponse.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 © 2022. All rights reserved.