public static interface AuthenticationConfiguration.Builder extends SdkPojo, CopyableBuilder<AuthenticationConfiguration.Builder,AuthenticationConfiguration>
| Modifier and Type | Method and Description |
|---|---|
AuthenticationConfiguration.Builder |
connectivity(Connectivity connectivity)
The type of connectivity used to access the Amazon MSK cluster.
|
AuthenticationConfiguration.Builder |
connectivity(String connectivity)
The type of connectivity used to access the Amazon MSK cluster.
|
AuthenticationConfiguration.Builder |
roleARN(String roleARN)
The ARN of the role used to access the Amazon MSK cluster.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAuthenticationConfiguration.Builder roleARN(String roleARN)
The ARN of the role used to access the Amazon MSK cluster.
roleARN - The ARN of the role used to access the Amazon MSK cluster.AuthenticationConfiguration.Builder connectivity(String connectivity)
The type of connectivity used to access the Amazon MSK cluster.
connectivity - The type of connectivity used to access the Amazon MSK cluster.Connectivity,
ConnectivityAuthenticationConfiguration.Builder connectivity(Connectivity connectivity)
The type of connectivity used to access the Amazon MSK cluster.
connectivity - The type of connectivity used to access the Amazon MSK cluster.Connectivity,
ConnectivityCopyright © 2023. All rights reserved.