@Stability(value=Stable) public static final class CfnRecordingConfigurationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnRecordingConfigurationProps>
CfnRecordingConfigurationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRecordingConfigurationProps |
build()
Builds the configured instance.
|
CfnRecordingConfigurationProps.Builder |
destinationConfiguration(CfnRecordingConfiguration.DestinationConfigurationProperty destinationConfiguration)
Sets the value of
CfnRecordingConfigurationProps.getDestinationConfiguration() |
CfnRecordingConfigurationProps.Builder |
destinationConfiguration(IResolvable destinationConfiguration)
Sets the value of
CfnRecordingConfigurationProps.getDestinationConfiguration() |
CfnRecordingConfigurationProps.Builder |
name(String name)
Sets the value of
CfnRecordingConfigurationProps.getName() |
CfnRecordingConfigurationProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnRecordingConfigurationProps.getTags() |
@Stability(value=Stable) public CfnRecordingConfigurationProps.Builder destinationConfiguration(CfnRecordingConfiguration.DestinationConfigurationProperty destinationConfiguration)
CfnRecordingConfigurationProps.getDestinationConfiguration()destinationConfiguration - A destination configuration contains information about where recorded video will be stored. This parameter is required.
See the DestinationConfiguration property type for more information.this@Stability(value=Stable) public CfnRecordingConfigurationProps.Builder destinationConfiguration(IResolvable destinationConfiguration)
CfnRecordingConfigurationProps.getDestinationConfiguration()destinationConfiguration - A destination configuration contains information about where recorded video will be stored. This parameter is required.
See the DestinationConfiguration property type for more information.this@Stability(value=Stable) public CfnRecordingConfigurationProps.Builder name(String name)
CfnRecordingConfigurationProps.getName()name - Recording-configuration name.
The value does not need to be unique.this@Stability(value=Stable) public CfnRecordingConfigurationProps.Builder tags(List<? extends CfnTag> tags)
CfnRecordingConfigurationProps.getTags()tags - An array of key-value pairs to apply to this resource.
For more information, see Tag .this@Stability(value=Stable) public CfnRecordingConfigurationProps build()
build in interface software.amazon.jsii.Builder<CfnRecordingConfigurationProps>CfnRecordingConfigurationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.