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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
baseEndpointThe 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.
 
- 
apiKeyThe 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.
 
- 
emailThe 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.
 
 
-