@Stability(value=Stable) public static final class CfnAuthorizerProps.Builder extends Object implements software.amazon.jsii.Builder<CfnAuthorizerProps>
CfnAuthorizerProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnAuthorizerProps.Builder authorizerFunctionArn(String authorizerFunctionArn)
CfnAuthorizerProps.getAuthorizerFunctionArn()authorizerFunctionArn - `AWS::IoT::Authorizer.AuthorizerFunctionArn`. This parameter is required.this@Stability(value=Stable) public CfnAuthorizerProps.Builder authorizerName(String authorizerName)
CfnAuthorizerProps.getAuthorizerName()authorizerName - `AWS::IoT::Authorizer.AuthorizerName`.this@Stability(value=Stable) public CfnAuthorizerProps.Builder signingDisabled(Boolean signingDisabled)
CfnAuthorizerProps.getSigningDisabled()signingDisabled - `AWS::IoT::Authorizer.SigningDisabled`.this@Stability(value=Stable) public CfnAuthorizerProps.Builder signingDisabled(IResolvable signingDisabled)
CfnAuthorizerProps.getSigningDisabled()signingDisabled - `AWS::IoT::Authorizer.SigningDisabled`.this@Stability(value=Stable) public CfnAuthorizerProps.Builder status(String status)
CfnAuthorizerProps.getStatus()status - `AWS::IoT::Authorizer.Status`.this@Stability(value=Stable) public CfnAuthorizerProps.Builder tags(List<? extends CfnTag> tags)
CfnAuthorizerProps.getTags()tags - `AWS::IoT::Authorizer.Tags`.this@Stability(value=Stable) public CfnAuthorizerProps.Builder tokenKeyName(String tokenKeyName)
CfnAuthorizerProps.getTokenKeyName()tokenKeyName - `AWS::IoT::Authorizer.TokenKeyName`.this@Stability(value=Stable) public CfnAuthorizerProps.Builder tokenSigningPublicKeys(IResolvable tokenSigningPublicKeys)
CfnAuthorizerProps.getTokenSigningPublicKeys()tokenSigningPublicKeys - `AWS::IoT::Authorizer.TokenSigningPublicKeys`.this@Stability(value=Stable) public CfnAuthorizerProps.Builder tokenSigningPublicKeys(Map<String,String> tokenSigningPublicKeys)
CfnAuthorizerProps.getTokenSigningPublicKeys()tokenSigningPublicKeys - `AWS::IoT::Authorizer.TokenSigningPublicKeys`.this@Stability(value=Stable) public CfnAuthorizerProps build()
build in interface software.amazon.jsii.Builder<CfnAuthorizerProps>CfnAuthorizerPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.