Class CfnSessionPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ssm.CfnSessionPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSessionPropsMixin>
- Enclosing class:
CfnSessionPropsMixin
@Stability(Stable)
public static final class CfnSessionPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSessionPropsMixin>
A fluent builder for
CfnSessionPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnSessionPropsMixin.Buildercreate()static CfnSessionPropsMixin.Buildercreate(CfnPropertyMixinOptions options) The reason for connecting to the instance.The managed node to connect to for the session.
-
Method Details
-
create
@Stability(Stable) public static CfnSessionPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnSessionPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnSessionPropsMixin.Builder.
-
reason
The reason for connecting to the instance.- Parameters:
reason- The reason for connecting to the instance. This parameter is required.- Returns:
this- See Also:
-
target
The managed node to connect to for the session.- Parameters:
target- The managed node to connect to for the session. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSessionPropsMixin>- Returns:
- a newly built instance of
CfnSessionPropsMixin.
-