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