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 theAttributeGroupSummary.Builder
avoiding the need to create one manually via
AttributeGroupSummary.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #attributeGroups(List.
attributeGroups - a consumer that will call methods on
AttributeGroupSummary.Builder#attributeGroups(java.util.Collection) 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 © 2023. All rights reserved.