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 Details

    • 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.