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
Modifier and TypeMethodDescriptionThe key that identifies the item.The value of the specified item.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-