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 Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret containing proxy credentials.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
usernameandpasswordstring fields that meet validation requirements. The caller must havesecretsmanager:GetSecretValuepermission 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 withusernameandpasswordstring fields that meet validation requirements. The caller must havesecretsmanager:GetSecretValuepermission 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.
-