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