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