Class CfnPreferencesPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ssmguiconnect.CfnPreferencesPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPreferencesPropsMixin>
- Enclosing class:
CfnPreferencesPropsMixin
@Stability(Stable)
public static final class CfnPreferencesPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPreferencesPropsMixin>
A fluent builder for
CfnPreferencesPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()connectionRecordingPreferences(CfnPreferencesPropsMixin.ConnectionRecordingPreferencesProperty connectionRecordingPreferences) The set of preferences used for recording RDP connections in the requesting AWS account and AWS Region .connectionRecordingPreferences(IResolvable connectionRecordingPreferences) The set of preferences used for recording RDP connections in the requesting AWS account and AWS Region .create()create(CfnPropertyMixinOptions options)
-
Method Details
-
create
@Stability(Stable) public static CfnPreferencesPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnPreferencesPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnPreferencesPropsMixin.Builder.
-
connectionRecordingPreferences
@Stability(Stable) public CfnPreferencesPropsMixin.Builder connectionRecordingPreferences(IResolvable connectionRecordingPreferences) The set of preferences used for recording RDP connections in the requesting AWS account and AWS Region .This includes details such as which S3 bucket recordings are stored in.
- Parameters:
connectionRecordingPreferences- The set of preferences used for recording RDP connections in the requesting AWS account and AWS Region . This parameter is required.- Returns:
this- See Also:
-
connectionRecordingPreferences
@Stability(Stable) public CfnPreferencesPropsMixin.Builder connectionRecordingPreferences(CfnPreferencesPropsMixin.ConnectionRecordingPreferencesProperty connectionRecordingPreferences) The set of preferences used for recording RDP connections in the requesting AWS account and AWS Region .This includes details such as which S3 bucket recordings are stored in.
- Parameters:
connectionRecordingPreferences- The set of preferences used for recording RDP connections in the requesting AWS account and AWS Region . This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPreferencesPropsMixin>- Returns:
- a newly built instance of
CfnPreferencesPropsMixin.
-