Interface SecretReference.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SecretReference.Builder,,SecretReference> SdkBuilder<SecretReference.Builder,,SecretReference> SdkPojo
- Enclosing class:
SecretReference
@Mutable
@NotThreadSafe
public static interface SecretReference.Builder
extends SdkPojo, CopyableBuilder<SecretReference.Builder,SecretReference>
-
Method Summary
Modifier and TypeMethodDescriptionThe JSON key used to extract the secret value from the Amazon Web Services Secrets Manager secret.The ID of the Amazon Web Services Secrets Manager secret that stores the secret value.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
-
secretId
The ID of the Amazon Web Services Secrets Manager secret that stores the secret value.
- Parameters:
secretId- The ID of the Amazon Web Services Secrets Manager secret that stores the secret value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jsonKey
The JSON key used to extract the secret value from the Amazon Web Services Secrets Manager secret.
- Parameters:
jsonKey- The JSON key used to extract the secret value from the Amazon Web Services Secrets Manager secret.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-