Class CfnPreferencesMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ssmguiconnect.CfnPreferencesMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPreferencesMixinProps>
- Enclosing interface:
CfnPreferencesMixinProps
@Stability(Stable)
public static final class CfnPreferencesMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPreferencesMixinProps>
A builder for
CfnPreferencesMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.connectionRecordingPreferences(CfnPreferencesPropsMixin.ConnectionRecordingPreferencesProperty connectionRecordingPreferences) Sets the value ofCfnPreferencesMixinProps.getConnectionRecordingPreferences()connectionRecordingPreferences(IResolvable connectionRecordingPreferences) Sets the value ofCfnPreferencesMixinProps.getConnectionRecordingPreferences()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
connectionRecordingPreferences
@Stability(Stable) public CfnPreferencesMixinProps.Builder connectionRecordingPreferences(IResolvable connectionRecordingPreferences) Sets the value ofCfnPreferencesMixinProps.getConnectionRecordingPreferences()- Parameters:
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.- Returns:
this
-
connectionRecordingPreferences
@Stability(Stable) public CfnPreferencesMixinProps.Builder connectionRecordingPreferences(CfnPreferencesPropsMixin.ConnectionRecordingPreferencesProperty connectionRecordingPreferences) Sets the value ofCfnPreferencesMixinProps.getConnectionRecordingPreferences()- Parameters:
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.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPreferencesMixinProps>- Returns:
- a new instance of
CfnPreferencesMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-