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