Class CfnStorageConfiguration.Builder
java.lang.Object
software.amazon.awscdk.services.ivs.CfnStorageConfiguration.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStorageConfiguration>
- Enclosing class:
CfnStorageConfiguration
@Stability(Stable)
public static final class CfnStorageConfiguration.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStorageConfiguration>
A fluent builder for
CfnStorageConfiguration
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Storage cnfiguration name.s3
(IResolvable s3) An S3 storage configuration contains information about where recorded video will be stored.An S3 storage configuration contains information about where recorded video will be stored.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnStorageConfiguration.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnStorageConfiguration.Builder
.
-
s3
An S3 storage configuration contains information about where recorded video will be stored.See the S3StorageConfiguration property type for more information.
- Parameters:
s3
- An S3 storage configuration contains information about where recorded video will be stored. This parameter is required.- Returns:
this
- See Also:
-
s3
@Stability(Stable) public CfnStorageConfiguration.Builder s3(CfnStorageConfiguration.S3StorageConfigurationProperty s3) An S3 storage configuration contains information about where recorded video will be stored.See the S3StorageConfiguration property type for more information.
- Parameters:
s3
- An S3 storage configuration contains information about where recorded video will be stored. This parameter is required.- Returns:
this
- See Also:
-
name
Storage cnfiguration name.- Parameters:
name
- Storage cnfiguration name. This parameter is required.- Returns:
this
- See Also:
-
tags
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Parameters:
tags
- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnStorageConfiguration>
- Returns:
- a newly built instance of
CfnStorageConfiguration
.
-