Interface ApiKeyCredentials.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ApiKeyCredentials.Builder,,ApiKeyCredentials> SdkBuilder<ApiKeyCredentials.Builder,,ApiKeyCredentials> SdkPojo
- Enclosing class:
 ApiKeyCredentials
@Mutable
@NotThreadSafe
public static interface ApiKeyCredentials.Builder
extends SdkPojo, CopyableBuilder<ApiKeyCredentials.Builder,ApiKeyCredentials> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe API key required for API key authentication.apiSecretKey(String apiSecretKey) The API secret key required for API key authentication.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
- 
apiKey
The API key required for API key authentication.
- Parameters:
 apiKey- The API key required for API key authentication.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
apiSecretKey
The API secret key required for API key authentication.
- Parameters:
 apiSecretKey- The API secret key required for API key authentication.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -