public static interface AuthenticationProfile.Builder extends SdkPojo, CopyableBuilder<AuthenticationProfile.Builder,AuthenticationProfile>
| Modifier and Type | Method and 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAuthenticationProfile.Builder authenticationProfileName(String authenticationProfileName)
The name of the authentication profile.
authenticationProfileName - The name of the authentication profile.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.
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.Copyright © 2022. All rights reserved.