Class CfnIndexPropsMixin.UserTokenConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kendra.CfnIndexPropsMixin.UserTokenConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIndexPropsMixin.UserTokenConfigurationProperty>
- Enclosing interface:
CfnIndexPropsMixin.UserTokenConfigurationProperty
@Stability(Stable)
public static final class CfnIndexPropsMixin.UserTokenConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIndexPropsMixin.UserTokenConfigurationProperty>
A builder for
CfnIndexPropsMixin.UserTokenConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.jsonTokenTypeConfiguration(CfnIndexPropsMixin.JsonTokenTypeConfigurationProperty jsonTokenTypeConfiguration) jsonTokenTypeConfiguration(IResolvable jsonTokenTypeConfiguration) jwtTokenTypeConfiguration(CfnIndexPropsMixin.JwtTokenTypeConfigurationProperty jwtTokenTypeConfiguration) jwtTokenTypeConfiguration(IResolvable jwtTokenTypeConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
jsonTokenTypeConfiguration
@Stability(Stable) public CfnIndexPropsMixin.UserTokenConfigurationProperty.Builder jsonTokenTypeConfiguration(IResolvable jsonTokenTypeConfiguration) - Parameters:
jsonTokenTypeConfiguration- Information about the JSON token type configuration.- Returns:
this
-
jsonTokenTypeConfiguration
@Stability(Stable) public CfnIndexPropsMixin.UserTokenConfigurationProperty.Builder jsonTokenTypeConfiguration(CfnIndexPropsMixin.JsonTokenTypeConfigurationProperty jsonTokenTypeConfiguration) - Parameters:
jsonTokenTypeConfiguration- Information about the JSON token type configuration.- Returns:
this
-
jwtTokenTypeConfiguration
@Stability(Stable) public CfnIndexPropsMixin.UserTokenConfigurationProperty.Builder jwtTokenTypeConfiguration(IResolvable jwtTokenTypeConfiguration) - Parameters:
jwtTokenTypeConfiguration- Information about the JWT token type configuration.- Returns:
this
-
jwtTokenTypeConfiguration
@Stability(Stable) public CfnIndexPropsMixin.UserTokenConfigurationProperty.Builder jwtTokenTypeConfiguration(CfnIndexPropsMixin.JwtTokenTypeConfigurationProperty jwtTokenTypeConfiguration) - Parameters:
jwtTokenTypeConfiguration- Information about the JWT token type configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIndexPropsMixin.UserTokenConfigurationProperty>- Returns:
- a new instance of
CfnIndexPropsMixin.UserTokenConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-