Class CfnStorageConfigurationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ivs.CfnStorageConfigurationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStorageConfigurationMixinProps>
- Enclosing interface:
CfnStorageConfigurationMixinProps
@Stability(Stable)
public static final class CfnStorageConfigurationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStorageConfigurationMixinProps>
A builder for
CfnStorageConfigurationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnStorageConfigurationMixinProps.getName()Sets the value ofCfnStorageConfigurationMixinProps.getS3()s3(IResolvable s3) Sets the value ofCfnStorageConfigurationMixinProps.getS3()Sets the value ofCfnStorageConfigurationMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnStorageConfigurationMixinProps.getName()- Parameters:
name- Storage cnfiguration name.- Returns:
this
-
s3
Sets the value ofCfnStorageConfigurationMixinProps.getS3()- Parameters:
s3- An S3 storage configuration contains information about where recorded video will be stored. See the S3StorageConfiguration property type for more information.- Returns:
this
-
s3
@Stability(Stable) public CfnStorageConfigurationMixinProps.Builder s3(CfnStorageConfigurationPropsMixin.S3StorageConfigurationProperty s3) Sets the value ofCfnStorageConfigurationMixinProps.getS3()- Parameters:
s3- An S3 storage configuration contains information about where recorded video will be stored. See the S3StorageConfiguration property type for more information.- Returns:
this
-
tags
@Stability(Stable) public CfnStorageConfigurationMixinProps.Builder tags(List<? extends CfnTag> tags) Sets the value ofCfnStorageConfigurationMixinProps.getTags()- Parameters:
tags- An array of key-value pairs to apply to this resource. For more information, see Tag .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnStorageConfigurationMixinProps>- Returns:
- a new instance of
CfnStorageConfigurationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-