Interface S3Tag.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3Tag.Builder,S3Tag>,SdkBuilder<S3Tag.Builder,S3Tag>,SdkPojo
- Enclosing class:
- S3Tag
public static interface S3Tag.Builder extends SdkPojo, CopyableBuilder<S3Tag.Builder,S3Tag>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3Tag.Builderkey(String key)Key of the tagS3Tag.Buildervalue(String value)Value of the tag-
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
-
-
-
-
Method Detail
-
key
S3Tag.Builder key(String key)
Key of the tag
- Parameters:
key- Key of the tag- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
S3Tag.Builder value(String value)
Value of the tag
- Parameters:
value- Value of the tag- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-