Interface AuthenticationProfile.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AuthenticationProfile.Builder,,AuthenticationProfile> SdkBuilder<AuthenticationProfile.Builder,,AuthenticationProfile> SdkPojo
- Enclosing class:
 AuthenticationProfile
public static interface AuthenticationProfile.Builder
extends SdkPojo, CopyableBuilder<AuthenticationProfile.Builder,AuthenticationProfile> 
- 
Method Summary
Modifier and TypeMethodDescriptionauthenticationProfileContent(String authenticationProfileContent) The content of the authentication profile in JSON format.authenticationProfileName(String authenticationProfileName) The name of the authentication profile.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
- 
authenticationProfileName
The name of the authentication profile.
- Parameters:
 authenticationProfileName- The name of the authentication profile.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
authenticationProfileContent
The content of the authentication profile in JSON format. The maximum length of the JSON string is determined by a quota for your account.
- Parameters:
 authenticationProfileContent- The content of the authentication profile in JSON format. The maximum length of the JSON string is determined by a quota for your account.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -