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