Interface ProxyCredentials.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProxyCredentials.Builder,,ProxyCredentials> SdkBuilder<ProxyCredentials.Builder,,ProxyCredentials> SdkPojo
- Enclosing class:
ProxyCredentials
@Mutable
@NotThreadSafe
public static interface ProxyCredentials.Builder
extends SdkPojo, CopyableBuilder<ProxyCredentials.Builder,ProxyCredentials>
-
Method Summary
Modifier and TypeMethodDescriptiondefault ProxyCredentials.BuilderbasicAuth(Consumer<BasicAuth.Builder> basicAuth) HTTP Basic Authentication credentials (username and password) stored in Amazon Web Services Secrets Manager.HTTP Basic Authentication credentials (username and password) stored in Amazon Web Services Secrets Manager.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
-
basicAuth
HTTP Basic Authentication credentials (username and password) stored in Amazon Web Services Secrets Manager.
- Parameters:
basicAuth- HTTP Basic Authentication credentials (username and password) stored in Amazon Web Services Secrets Manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
basicAuth
HTTP Basic Authentication credentials (username and password) stored in Amazon Web Services Secrets Manager.
This is a convenience method that creates an instance of theBasicAuth.Builderavoiding the need to create one manually viaBasicAuth.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobasicAuth(BasicAuth).- Parameters:
basicAuth- a consumer that will call methods onBasicAuth.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-