Class CfnDeliveryStreamPropsMixin.AuthenticationConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisfirehose.CfnDeliveryStreamPropsMixin.AuthenticationConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.AuthenticationConfigurationProperty>
- Enclosing interface:
CfnDeliveryStreamPropsMixin.AuthenticationConfigurationProperty
@Stability(Stable)
public static final class CfnDeliveryStreamPropsMixin.AuthenticationConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.AuthenticationConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.connectivity(String connectivity)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
connectivity
@Stability(Stable) public CfnDeliveryStreamPropsMixin.AuthenticationConfigurationProperty.Builder connectivity(String connectivity) - Parameters:
connectivity- The type of connectivity used to access the Amazon MSK cluster.- Returns:
this
-
roleArn
@Stability(Stable) public CfnDeliveryStreamPropsMixin.AuthenticationConfigurationProperty.Builder roleArn(String roleArn) - Parameters:
roleArn- The ARN of the role used to access the Amazon MSK cluster.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.AuthenticationConfigurationProperty>- Returns:
- a new instance of
CfnDeliveryStreamPropsMixin.AuthenticationConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-