public static interface SecretsManagerSecretResourceData.Builder extends SdkPojo, CopyableBuilder<SecretsManagerSecretResourceData.Builder,SecretsManagerSecretResourceData>
Modifier and Type | Method and Description |
---|---|
SecretsManagerSecretResourceData.Builder |
additionalStagingLabelsToDownload(Collection<String> additionalStagingLabelsToDownload)
Optional.
|
SecretsManagerSecretResourceData.Builder |
additionalStagingLabelsToDownload(String... additionalStagingLabelsToDownload)
Optional.
|
SecretsManagerSecretResourceData.Builder |
arn(String arn)
The ARN of the Secrets Manager secret to make available on the core.
|
copy
applyMutation, build
SecretsManagerSecretResourceData.Builder arn(String arn)
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.SecretsManagerSecretResourceData.Builder additionalStagingLabelsToDownload(Collection<String> additionalStagingLabelsToDownload)
additionalStagingLabelsToDownload
- Optional. The staging labels whose values you want to make available on the core, in addition to
''AWSCURRENT''.SecretsManagerSecretResourceData.Builder additionalStagingLabelsToDownload(String... additionalStagingLabelsToDownload)
additionalStagingLabelsToDownload
- Optional. The staging labels whose values you want to make available on the core, in addition to
''AWSCURRENT''.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.