Interface AuthenticationConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AuthenticationConfiguration.Builder,
,AuthenticationConfiguration> SdkBuilder<AuthenticationConfiguration.Builder,
,AuthenticationConfiguration> SdkPojo
- Enclosing class:
AuthenticationConfiguration
public static interface AuthenticationConfiguration.Builder
extends SdkPojo, CopyableBuilder<AuthenticationConfiguration.Builder,AuthenticationConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionconnectivity
(String connectivity) The type of connectivity used to access the Amazon MSK cluster.connectivity
(Connectivity connectivity) The type of connectivity used to access the Amazon MSK cluster.The ARN of the role used to access the Amazon MSK cluster.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 Details
-
roleARN
The ARN of the role used to access the Amazon MSK cluster.
- Parameters:
roleARN
- The ARN of the role used to access the Amazon MSK cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectivity
The type of connectivity used to access the Amazon MSK cluster.
- Parameters:
connectivity
- The type of connectivity used to access the Amazon MSK cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
connectivity
The type of connectivity used to access the Amazon MSK cluster.
- Parameters:
connectivity
- The type of connectivity used to access the Amazon MSK cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-