@Stability(value=Stable) public static final class CfnConnectionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnConnectionProps>
CfnConnectionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConnectionProps.Builder |
authorizationType(String authorizationType)
Sets the value of
CfnConnectionProps.getAuthorizationType() |
CfnConnectionProps.Builder |
authParameters(Object authParameters)
Sets the value of
CfnConnectionProps.getAuthParameters() |
CfnConnectionProps |
build()
Builds the configured instance.
|
CfnConnectionProps.Builder |
description(String description)
Sets the value of
CfnConnectionProps.getDescription() |
CfnConnectionProps.Builder |
name(String name)
Sets the value of
CfnConnectionProps.getName() |
@Stability(value=Stable) public CfnConnectionProps.Builder authorizationType(String authorizationType)
CfnConnectionProps.getAuthorizationType()authorizationType - `AWS::Events::Connection.AuthorizationType`. This parameter is required.this@Stability(value=Stable) public CfnConnectionProps.Builder authParameters(Object authParameters)
CfnConnectionProps.getAuthParameters()authParameters - `AWS::Events::Connection.AuthParameters`. This parameter is required.this@Stability(value=Stable) public CfnConnectionProps.Builder description(String description)
CfnConnectionProps.getDescription()description - `AWS::Events::Connection.Description`.this@Stability(value=Stable) public CfnConnectionProps.Builder name(String name)
CfnConnectionProps.getName()name - `AWS::Events::Connection.Name`.this@Stability(value=Stable) public CfnConnectionProps build()
build in interface software.amazon.jsii.Builder<CfnConnectionProps>CfnConnectionPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.