Class CfnPreferencesPropsMixin.RecordingDestinationsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ssmguiconnect.CfnPreferencesPropsMixin.RecordingDestinationsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPreferencesPropsMixin.RecordingDestinationsProperty>
- Enclosing interface:
CfnPreferencesPropsMixin.RecordingDestinationsProperty
@Stability(Stable)
public static final class CfnPreferencesPropsMixin.RecordingDestinationsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPreferencesPropsMixin.RecordingDestinationsProperty>
A builder for
CfnPreferencesPropsMixin.RecordingDestinationsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnPreferencesPropsMixin.RecordingDestinationsProperty.getS3Buckets()s3Buckets(IResolvable s3Buckets) Sets the value ofCfnPreferencesPropsMixin.RecordingDestinationsProperty.getS3Buckets()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3Buckets
@Stability(Stable) public CfnPreferencesPropsMixin.RecordingDestinationsProperty.Builder s3Buckets(IResolvable s3Buckets) Sets the value ofCfnPreferencesPropsMixin.RecordingDestinationsProperty.getS3Buckets()- Parameters:
s3Buckets- The S3 bucket where RDP connection recordings are stored.- Returns:
this
-
s3Buckets
@Stability(Stable) public CfnPreferencesPropsMixin.RecordingDestinationsProperty.Builder s3Buckets(List<? extends Object> s3Buckets) Sets the value ofCfnPreferencesPropsMixin.RecordingDestinationsProperty.getS3Buckets()- Parameters:
s3Buckets- The S3 bucket where RDP connection recordings are stored.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPreferencesPropsMixin.RecordingDestinationsProperty>- Returns:
- a new instance of
CfnPreferencesPropsMixin.RecordingDestinationsProperty - Throws:
NullPointerException- if any required attribute was not provided
-