Interface BasicAuthConnectionMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BasicAuthConnectionMetadata.Builder,
,BasicAuthConnectionMetadata> SdkBuilder<BasicAuthConnectionMetadata.Builder,
,BasicAuthConnectionMetadata> SdkPojo
- Enclosing class:
BasicAuthConnectionMetadata
@Mutable
@NotThreadSafe
public static interface BasicAuthConnectionMetadata.Builder
extends SdkPojo, CopyableBuilder<BasicAuthConnectionMetadata.Builder,BasicAuthConnectionMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionbaseEndpoint
(String baseEndpoint) The base URL endpoint for the external service.The password for basic authentication.The username for basic authentication.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
baseEndpoint
The base URL endpoint for the external service.
- Parameters:
baseEndpoint
- The base URL endpoint for the external service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
username
The username for basic authentication.
- Parameters:
username
- The username for basic authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
password
The password for basic authentication.
- Parameters:
password
- The password for basic authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-