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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthenticationProfile.Builder
authenticationProfileContent(String authenticationProfileContent)
The content of the authentication profile in JSON format.AuthenticationProfile.Builder
authenticationProfileName(String authenticationProfileName)
The name of the authentication profile.-
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
-
authenticationProfileName
AuthenticationProfile.Builder authenticationProfileName(String 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
AuthenticationProfile.Builder authenticationProfileContent(String 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.
-
-