Class CfnPipePropsMixin.MSKAccessCredentialsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pipes.CfnPipePropsMixin.MSKAccessCredentialsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPipePropsMixin.MSKAccessCredentialsProperty>
- Enclosing interface:
CfnPipePropsMixin.MSKAccessCredentialsProperty
@Stability(Stable)
public static final class CfnPipePropsMixin.MSKAccessCredentialsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPipePropsMixin.MSKAccessCredentialsProperty>
A builder for
CfnPipePropsMixin.MSKAccessCredentialsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.clientCertificateTlsAuth(String clientCertificateTlsAuth) saslScram512Auth(String saslScram512Auth) Sets the value ofCfnPipePropsMixin.MSKAccessCredentialsProperty.getSaslScram512Auth()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
clientCertificateTlsAuth
@Stability(Stable) public CfnPipePropsMixin.MSKAccessCredentialsProperty.Builder clientCertificateTlsAuth(String clientCertificateTlsAuth) - Parameters:
clientCertificateTlsAuth- The ARN of the Secrets Manager secret.- Returns:
this
-
saslScram512Auth
@Stability(Stable) public CfnPipePropsMixin.MSKAccessCredentialsProperty.Builder saslScram512Auth(String saslScram512Auth) Sets the value ofCfnPipePropsMixin.MSKAccessCredentialsProperty.getSaslScram512Auth()- Parameters:
saslScram512Auth- The ARN of the Secrets Manager secret.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPipePropsMixin.MSKAccessCredentialsProperty>- Returns:
- a new instance of
CfnPipePropsMixin.MSKAccessCredentialsProperty - Throws:
NullPointerException- if any required attribute was not provided
-