Interface SecretsManagerSecretResourceData.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SecretsManagerSecretResourceData.Builder,,- SecretsManagerSecretResourceData> - SdkBuilder<SecretsManagerSecretResourceData.Builder,,- SecretsManagerSecretResourceData> - SdkPojo
- Enclosing class:
- SecretsManagerSecretResourceData
@Mutable
@NotThreadSafe
public static interface SecretsManagerSecretResourceData.Builder
extends SdkPojo, CopyableBuilder<SecretsManagerSecretResourceData.Builder,SecretsManagerSecretResourceData> 
- 
Method SummaryModifier and TypeMethodDescriptionadditionalStagingLabelsToDownload(String... additionalStagingLabelsToDownload) Optional.additionalStagingLabelsToDownload(Collection<String> additionalStagingLabelsToDownload) Optional.The ARN of the Secrets Manager secret to make available on the core.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
arnThe 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.
 
- 
additionalStagingLabelsToDownloadSecretsManagerSecretResourceData.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.
 
- 
additionalStagingLabelsToDownloadSecretsManagerSecretResourceData.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.
 
 
-