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