Interface ListAttributeGroupsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListAttributeGroupsResponse.Builder,ListAttributeGroupsResponse>,SdkBuilder<ListAttributeGroupsResponse.Builder,ListAttributeGroupsResponse>,SdkPojo,SdkResponse.Builder,ServiceCatalogAppRegistryResponse.Builder
- Enclosing class:
- ListAttributeGroupsResponse
public static interface ListAttributeGroupsResponse.Builder extends ServiceCatalogAppRegistryResponse.Builder, SdkPojo, CopyableBuilder<ListAttributeGroupsResponse.Builder,ListAttributeGroupsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAttributeGroupsResponse.BuilderattributeGroups(Collection<AttributeGroupSummary> attributeGroups)This list of attribute groups.ListAttributeGroupsResponse.BuilderattributeGroups(Consumer<AttributeGroupSummary.Builder>... attributeGroups)This list of attribute groups.ListAttributeGroupsResponse.BuilderattributeGroups(AttributeGroupSummary... attributeGroups)This list of attribute groups.ListAttributeGroupsResponse.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
-
attributeGroups
ListAttributeGroupsResponse.Builder attributeGroups(Collection<AttributeGroupSummary> attributeGroups)
This list of attribute groups.
- Parameters:
attributeGroups- This list of attribute groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeGroups
ListAttributeGroupsResponse.Builder attributeGroups(AttributeGroupSummary... attributeGroups)
This list of attribute groups.
- Parameters:
attributeGroups- This list of attribute groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeGroups
ListAttributeGroupsResponse.Builder attributeGroups(Consumer<AttributeGroupSummary.Builder>... attributeGroups)
This list of attribute groups.
This is a convenience method that creates an instance of theAttributeGroupSummary.Builderavoiding the need to create one manually viaAttributeGroupSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#attributeGroups(List.) - Parameters:
attributeGroups- a consumer that will call methods onAttributeGroupSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#attributeGroups(java.util.Collection)
-
nextToken
ListAttributeGroupsResponse.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.
-
-