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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BackendAuthAppleProviderConfig.BuilderclientId(String clientId)Describes the client_id (also called Services ID) that comes from Apple.BackendAuthAppleProviderConfig.BuilderkeyId(String keyId)Describes the key_id that comes from Apple.BackendAuthAppleProviderConfig.BuilderprivateKey(String privateKey)Describes the private_key that comes from Apple.BackendAuthAppleProviderConfig.BuilderteamId(String teamId)Describes the team_id that comes from Apple.-
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, sdkFields
-
-
-
-
Method Detail
-
clientId
BackendAuthAppleProviderConfig.Builder clientId(String 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
BackendAuthAppleProviderConfig.Builder keyId(String 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
BackendAuthAppleProviderConfig.Builder privateKey(String 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
BackendAuthAppleProviderConfig.Builder teamId(String 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.
-
-