Interface BackendAuthAppleProviderConfig.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<BackendAuthAppleProviderConfig.Builder,,BackendAuthAppleProviderConfig> SdkBuilder<BackendAuthAppleProviderConfig.Builder,,BackendAuthAppleProviderConfig> SdkPojo
- Enclosing class:
 BackendAuthAppleProviderConfig
public static interface BackendAuthAppleProviderConfig.Builder
extends SdkPojo, CopyableBuilder<BackendAuthAppleProviderConfig.Builder,BackendAuthAppleProviderConfig> 
- 
Method Summary
Modifier and TypeMethodDescriptionDescribes the client_id (also called Services ID) that comes from Apple.Describes the key_id that comes from Apple.privateKey(String privateKey) Describes the private_key that comes from Apple.Describes the team_id that comes from Apple.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
- 
clientId
Describes the client_id (also called Services ID) that comes from Apple.
- Parameters:
 clientId- Describes the client_id (also called Services ID) that comes from Apple.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
keyId
Describes the key_id that comes from Apple.
- Parameters:
 keyId- Describes the key_id that comes from Apple.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
privateKey
Describes the private_key that comes from Apple.
- Parameters:
 privateKey- Describes the private_key that comes from Apple.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
teamId
Describes the team_id that comes from Apple.
- Parameters:
 teamId- Describes the team_id that comes from Apple.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -