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 attribute group.
|
ListAttributeGroupsForApplicationResponse.Builder |
attributeGroupsDetails(Collection<AttributeGroupDetails> attributeGroupsDetails)
The details related to a specific attribute group.
|
ListAttributeGroupsForApplicationResponse.Builder |
attributeGroupsDetails(Consumer<AttributeGroupDetails.Builder>... attributeGroupsDetails)
The details related to a specific attribute group.
|
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 attribute group.
attributeGroupsDetails - The details related to a specific attribute group.ListAttributeGroupsForApplicationResponse.Builder attributeGroupsDetails(AttributeGroupDetails... attributeGroupsDetails)
The details related to a specific attribute group.
attributeGroupsDetails - The details related to a specific attribute group.ListAttributeGroupsForApplicationResponse.Builder attributeGroupsDetails(Consumer<AttributeGroupDetails.Builder>... attributeGroupsDetails)
The details related to a specific attribute group.
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 © 2023. All rights reserved.