Interface ReadBasicAuthConnectionMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReadBasicAuthConnectionMetadata.Builder,
,ReadBasicAuthConnectionMetadata> SdkBuilder<ReadBasicAuthConnectionMetadata.Builder,
,ReadBasicAuthConnectionMetadata> SdkPojo
- Enclosing class:
ReadBasicAuthConnectionMetadata
@Mutable
@NotThreadSafe
public static interface ReadBasicAuthConnectionMetadata.Builder
extends SdkPojo, CopyableBuilder<ReadBasicAuthConnectionMetadata.Builder,ReadBasicAuthConnectionMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionbaseEndpoint
(String baseEndpoint) The base endpoint URL for basic authentication.The username used 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 endpoint URL for basic authentication.
- Parameters:
baseEndpoint
- The base endpoint URL for basic authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
username
The username used for basic authentication.
- Parameters:
username
- The username used for basic authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-