Interface SecretsManagerSecretResourceData.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SecretsManagerSecretResourceData.Builder,SecretsManagerSecretResourceData>,SdkBuilder<SecretsManagerSecretResourceData.Builder,SecretsManagerSecretResourceData>,SdkPojo
- Enclosing class:
- SecretsManagerSecretResourceData
public static interface SecretsManagerSecretResourceData.Builder extends SdkPojo, CopyableBuilder<SecretsManagerSecretResourceData.Builder,SecretsManagerSecretResourceData>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SecretsManagerSecretResourceData.BuilderadditionalStagingLabelsToDownload(String... additionalStagingLabelsToDownload)Optional.SecretsManagerSecretResourceData.BuilderadditionalStagingLabelsToDownload(Collection<String> additionalStagingLabelsToDownload)Optional.SecretsManagerSecretResourceData.Builderarn(String arn)The ARN of the Secrets Manager secret to make available on the core.-
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
-
arn
SecretsManagerSecretResourceData.Builder arn(String arn)
The ARN of the Secrets Manager secret to make available on the core. The value of the secret's latest version (represented by the ''AWSCURRENT'' staging label) is included by default.- Parameters:
arn- The ARN of the Secrets Manager secret to make available on the core. The value of the secret's latest version (represented by the ''AWSCURRENT'' staging label) is included by default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalStagingLabelsToDownload
SecretsManagerSecretResourceData.Builder additionalStagingLabelsToDownload(Collection<String> additionalStagingLabelsToDownload)
Optional. The staging labels whose values you want to make available on the core, in addition to ''AWSCURRENT''.- Parameters:
additionalStagingLabelsToDownload- Optional. The staging labels whose values you want to make available on the core, in addition to ''AWSCURRENT''.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalStagingLabelsToDownload
SecretsManagerSecretResourceData.Builder additionalStagingLabelsToDownload(String... additionalStagingLabelsToDownload)
Optional. The staging labels whose values you want to make available on the core, in addition to ''AWSCURRENT''.- Parameters:
additionalStagingLabelsToDownload- Optional. The staging labels whose values you want to make available on the core, in addition to ''AWSCURRENT''.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-