public static interface ListAttributeGroupsForApplicationResponse.Builder extends ServiceCatalogAppRegistryResponse.Builder, SdkPojo, CopyableBuilder<ListAttributeGroupsForApplicationResponse.Builder,ListAttributeGroupsForApplicationResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAttributeGroupsForApplicationResponse.Builder |
attributeGroupsDetails(AttributeGroupDetails... attributeGroupsDetails)
The details related to a specific AttributeGroup.
|
ListAttributeGroupsForApplicationResponse.Builder |
attributeGroupsDetails(Collection<AttributeGroupDetails> attributeGroupsDetails)
The details related to a specific AttributeGroup.
|
ListAttributeGroupsForApplicationResponse.Builder |
attributeGroupsDetails(Consumer<AttributeGroupDetails.Builder>... attributeGroupsDetails)
The details related to a specific AttributeGroup.
|
ListAttributeGroupsForApplicationResponse.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, buildListAttributeGroupsForApplicationResponse.Builder attributeGroupsDetails(Collection<AttributeGroupDetails> attributeGroupsDetails)
The details related to a specific AttributeGroup.
attributeGroupsDetails - The details related to a specific AttributeGroup.ListAttributeGroupsForApplicationResponse.Builder attributeGroupsDetails(AttributeGroupDetails... attributeGroupsDetails)
The details related to a specific AttributeGroup.
attributeGroupsDetails - The details related to a specific AttributeGroup.ListAttributeGroupsForApplicationResponse.Builder attributeGroupsDetails(Consumer<AttributeGroupDetails.Builder>... attributeGroupsDetails)
The details related to a specific AttributeGroup.
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 #attributeGroupsDetails(List) .attributeGroupsDetails - a consumer that will call methods on List.Builder #attributeGroupsDetails(List) ListAttributeGroupsForApplicationResponse.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.