Interface ListTagOptionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListTagOptionsResponse.Builder,ListTagOptionsResponse>,SdkBuilder<ListTagOptionsResponse.Builder,ListTagOptionsResponse>,SdkPojo,SdkResponse.Builder,ServiceCatalogResponse.Builder
- Enclosing class:
- ListTagOptionsResponse
public static interface ListTagOptionsResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<ListTagOptionsResponse.Builder,ListTagOptionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTagOptionsResponse.BuilderpageToken(String pageToken)The page token for the next set of results.ListTagOptionsResponse.BuildertagOptionDetails(Collection<TagOptionDetail> tagOptionDetails)Information about the TagOptions.ListTagOptionsResponse.BuildertagOptionDetails(Consumer<TagOptionDetail.Builder>... tagOptionDetails)Information about the TagOptions.ListTagOptionsResponse.BuildertagOptionDetails(TagOptionDetail... tagOptionDetails)Information about the TagOptions.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.servicecatalog.model.ServiceCatalogResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
tagOptionDetails
ListTagOptionsResponse.Builder tagOptionDetails(Collection<TagOptionDetail> tagOptionDetails)
Information about the TagOptions.
- Parameters:
tagOptionDetails- Information about the TagOptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagOptionDetails
ListTagOptionsResponse.Builder tagOptionDetails(TagOptionDetail... tagOptionDetails)
Information about the TagOptions.
- Parameters:
tagOptionDetails- Information about the TagOptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagOptionDetails
ListTagOptionsResponse.Builder tagOptionDetails(Consumer<TagOptionDetail.Builder>... tagOptionDetails)
Information about the TagOptions.
This is a convenience method that creates an instance of theTagOptionDetail.Builderavoiding the need to create one manually viaTagOptionDetail.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tagOptionDetails(List.) - Parameters:
tagOptionDetails- a consumer that will call methods onTagOptionDetail.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tagOptionDetails(java.util.Collection)
-
pageToken
ListTagOptionsResponse.Builder pageToken(String pageToken)
The page token for the next set of results. To retrieve the first set of results, use null.
- Parameters:
pageToken- The page token for the next set of results. To retrieve the first set of results, use null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-