Interface ListTagsForVaultResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListTagsForVaultResponse.Builder,ListTagsForVaultResponse>,GlacierResponse.Builder,SdkBuilder<ListTagsForVaultResponse.Builder,ListTagsForVaultResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListTagsForVaultResponse
public static interface ListTagsForVaultResponse.Builder extends GlacierResponse.Builder, SdkPojo, CopyableBuilder<ListTagsForVaultResponse.Builder,ListTagsForVaultResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTagsForVaultResponse.Buildertags(Map<String,String> tags)The tags attached to the vault.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.glacier.model.GlacierResponse.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
tags
ListTagsForVaultResponse.Builder tags(Map<String,String> tags)
The tags attached to the vault. Each tag is composed of a key and a value.
- Parameters:
tags- The tags attached to the vault. Each tag is composed of a key and a value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-