Class CfnChannelNamespacePropsMixin.AuthModeProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appsync.CfnChannelNamespacePropsMixin.AuthModeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelNamespacePropsMixin.AuthModeProperty>
- Enclosing interface:
CfnChannelNamespacePropsMixin.AuthModeProperty
@Stability(Stable)
public static final class CfnChannelNamespacePropsMixin.AuthModeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelNamespacePropsMixin.AuthModeProperty>
A builder for
CfnChannelNamespacePropsMixin.AuthModeProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnChannelNamespacePropsMixin.AuthModeProperty.getAuthType()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
authType
@Stability(Stable) public CfnChannelNamespacePropsMixin.AuthModeProperty.Builder authType(String authType) Sets the value ofCfnChannelNamespacePropsMixin.AuthModeProperty.getAuthType()- Parameters:
authType- The authorization type.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelNamespacePropsMixin.AuthModeProperty>- Returns:
- a new instance of
CfnChannelNamespacePropsMixin.AuthModeProperty - Throws:
NullPointerException- if any required attribute was not provided
-