Interface ListAttributeGroupsForApplicationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListAttributeGroupsForApplicationResponse.Builder,ListAttributeGroupsForApplicationResponse>,SdkBuilder<ListAttributeGroupsForApplicationResponse.Builder,ListAttributeGroupsForApplicationResponse>,SdkPojo,SdkResponse.Builder,ServiceCatalogAppRegistryResponse.Builder
- Enclosing class:
- ListAttributeGroupsForApplicationResponse
public static interface ListAttributeGroupsForApplicationResponse.Builder extends ServiceCatalogAppRegistryResponse.Builder, SdkPojo, CopyableBuilder<ListAttributeGroupsForApplicationResponse.Builder,ListAttributeGroupsForApplicationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAttributeGroupsForApplicationResponse.BuilderattributeGroupsDetails(Collection<AttributeGroupDetails> attributeGroupsDetails)The details related to a specific attribute group.ListAttributeGroupsForApplicationResponse.BuilderattributeGroupsDetails(Consumer<AttributeGroupDetails.Builder>... attributeGroupsDetails)The details related to a specific attribute group.ListAttributeGroupsForApplicationResponse.BuilderattributeGroupsDetails(AttributeGroupDetails... attributeGroupsDetails)The details related to a specific attribute group.ListAttributeGroupsForApplicationResponse.BuildernextToken(String nextToken)The token to use to get the next page of results after a previous API call.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.servicecatalogappregistry.model.ServiceCatalogAppRegistryResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
attributeGroupsDetails
ListAttributeGroupsForApplicationResponse.Builder attributeGroupsDetails(Collection<AttributeGroupDetails> attributeGroupsDetails)
The details related to a specific attribute group.
- Parameters:
attributeGroupsDetails- The details related to a specific attribute group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeGroupsDetails
ListAttributeGroupsForApplicationResponse.Builder attributeGroupsDetails(AttributeGroupDetails... attributeGroupsDetails)
The details related to a specific attribute group.
- Parameters:
attributeGroupsDetails- The details related to a specific attribute group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeGroupsDetails
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.Builderavoiding the need to create one manually viaAttributeGroupDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#attributeGroupsDetails(List.) - Parameters:
attributeGroupsDetails- a consumer that will call methods onAttributeGroupDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#attributeGroupsDetails(java.util.Collection)
-
nextToken
ListAttributeGroupsForApplicationResponse.Builder nextToken(String nextToken)
The token to use to get the next page of results after a previous API call.
- Parameters:
nextToken- The token to use to get the next page of results after a previous API call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-