Interface ListTagsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListTagsResponse.Builder,ListTagsResponse>,OpsWorksResponse.Builder,SdkBuilder<ListTagsResponse.Builder,ListTagsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListTagsResponse
public static interface ListTagsResponse.Builder extends OpsWorksResponse.Builder, SdkPojo, CopyableBuilder<ListTagsResponse.Builder,ListTagsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTagsResponse.BuildernextToken(String nextToken)If a paginated request does not return all of the remaining results, this parameter is set to a token that you can assign to the request object'sNextTokenparameter to get the next set of results.ListTagsResponse.Buildertags(Map<String,String> tags)A set of key-value pairs that contain tag keys and tag values that are attached to a stack or layer.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.opsworks.model.OpsWorksResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
-
-
-
Method Detail
-
tags
ListTagsResponse.Builder tags(Map<String,String> tags)
A set of key-value pairs that contain tag keys and tag values that are attached to a stack or layer.
- Parameters:
tags- A set of key-value pairs that contain tag keys and tag values that are attached to a stack or layer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListTagsResponse.Builder nextToken(String nextToken)
If a paginated request does not return all of the remaining results, this parameter is set to a token that you can assign to the request object's
NextTokenparameter to get the next set of results. If the previous paginated request returned all of the remaining results, this parameter is set tonull.- Parameters:
nextToken- If a paginated request does not return all of the remaining results, this parameter is set to a token that you can assign to the request object'sNextTokenparameter to get the next set of results. If the previous paginated request returned all of the remaining results, this parameter is set tonull.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-