Interface ApiKeyCredential.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ApiKeyCredential.Builder,,ApiKeyCredential> SdkBuilder<ApiKeyCredential.Builder,,ApiKeyCredential> SdkPojo
- Enclosing class:
ApiKeyCredential
@Mutable
@NotThreadSafe
public static interface ApiKeyCredential.Builder
extends SdkPojo, CopyableBuilder<ApiKeyCredential.Builder,ApiKeyCredential>
-
Method Summary
Modifier and TypeMethodDescriptionapiKeyValue(String apiKeyValue) The API key value used to authenticate with the external system.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
apiKeyValue
The API key value used to authenticate with the external system.
- Parameters:
apiKeyValue- The API key value used to authenticate with the external system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-