Interface BasicAuth.Builder

All Superinterfaces:
Buildable, CopyableBuilder<BasicAuth.Builder,BasicAuth>, SdkBuilder<BasicAuth.Builder,BasicAuth>, SdkPojo
Enclosing class:
BasicAuth

@Mutable @NotThreadSafe public static interface BasicAuth.Builder extends SdkPojo, CopyableBuilder<BasicAuth.Builder,BasicAuth>
  • Method Details

    • secretArn

      BasicAuth.Builder secretArn(String secretArn)

      The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret containing proxy credentials. The secret must be a JSON object with username and password string fields that meet validation requirements. The caller must have secretsmanager:GetSecretValue permission for this ARN. Example secret format: {"username": "proxy_user", "password": "secure_password"}

      Parameters:
      secretArn - The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret containing proxy credentials. The secret must be a JSON object with username and password string fields that meet validation requirements. The caller must have secretsmanager:GetSecretValue permission for this ARN. Example secret format: {"username": "proxy_user", "password": "secure_password"}
      Returns:
      Returns a reference to this object so that method calls can be chained together.