Interface ListAssociatedAttributeGroupsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListAssociatedAttributeGroupsResponse.Builder,ListAssociatedAttributeGroupsResponse>,SdkBuilder<ListAssociatedAttributeGroupsResponse.Builder,ListAssociatedAttributeGroupsResponse>,SdkPojo,SdkResponse.Builder,ServiceCatalogAppRegistryResponse.Builder
- Enclosing class:
- ListAssociatedAttributeGroupsResponse
public static interface ListAssociatedAttributeGroupsResponse.Builder extends ServiceCatalogAppRegistryResponse.Builder, SdkPojo, CopyableBuilder<ListAssociatedAttributeGroupsResponse.Builder,ListAssociatedAttributeGroupsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAssociatedAttributeGroupsResponse.BuilderattributeGroups(String... attributeGroups)A list of attribute group IDs.ListAssociatedAttributeGroupsResponse.BuilderattributeGroups(Collection<String> attributeGroups)A list of attribute group IDs.ListAssociatedAttributeGroupsResponse.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
ListAssociatedAttributeGroupsResponse.Builder attributeGroups(Collection<String> attributeGroups)
A list of attribute group IDs.
- Parameters:
attributeGroups- A list of attribute group IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeGroups
ListAssociatedAttributeGroupsResponse.Builder attributeGroups(String... attributeGroups)
A list of attribute group IDs.
- Parameters:
attributeGroups- A list of attribute group IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAssociatedAttributeGroupsResponse.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.
-
-