public static interface RecordingConfigurationSummary.Builder extends SdkPojo, CopyableBuilder<RecordingConfigurationSummary.Builder,RecordingConfigurationSummary>
| Modifier and Type | Method and Description |
|---|---|
RecordingConfigurationSummary.Builder |
arn(String arn)
Recording-configuration ARN.
|
default RecordingConfigurationSummary.Builder |
destinationConfiguration(Consumer<DestinationConfiguration.Builder> destinationConfiguration)
A complex type that contains information about where recorded video will be stored.
|
RecordingConfigurationSummary.Builder |
destinationConfiguration(DestinationConfiguration destinationConfiguration)
A complex type that contains information about where recorded video will be stored.
|
RecordingConfigurationSummary.Builder |
name(String name)
An arbitrary string (a nickname) assigned to a recording configuration that helps the customer identify that
resource.
|
RecordingConfigurationSummary.Builder |
state(RecordingConfigurationState state)
Indicates the current state of the recording configuration.
|
RecordingConfigurationSummary.Builder |
state(String state)
Indicates the current state of the recording configuration.
|
RecordingConfigurationSummary.Builder |
tags(Map<String,String> tags)
Array of 1-50 maps, each of the form
string:string (key:value). |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecordingConfigurationSummary.Builder arn(String arn)
Recording-configuration ARN.
arn - Recording-configuration ARN.RecordingConfigurationSummary.Builder name(String name)
An arbitrary string (a nickname) assigned to a recording configuration that helps the customer identify that resource. The value does not need to be unique.
name - An arbitrary string (a nickname) assigned to a recording configuration that helps the customer
identify that resource. The value does not need to be unique.RecordingConfigurationSummary.Builder destinationConfiguration(DestinationConfiguration destinationConfiguration)
A complex type that contains information about where recorded video will be stored.
destinationConfiguration - A complex type that contains information about where recorded video will be stored.default RecordingConfigurationSummary.Builder destinationConfiguration(Consumer<DestinationConfiguration.Builder> destinationConfiguration)
A complex type that contains information about where recorded video will be stored.
This is a convenience that creates an instance of theDestinationConfiguration.Builder avoiding the
need to create one manually via DestinationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to destinationConfiguration(DestinationConfiguration).destinationConfiguration - a consumer that will call methods on DestinationConfiguration.BuilderdestinationConfiguration(DestinationConfiguration)RecordingConfigurationSummary.Builder state(String state)
Indicates the current state of the recording configuration. When the state is ACTIVE, the
configuration is ready for recording a channel stream.
state - Indicates the current state of the recording configuration. When the state is ACTIVE, the
configuration is ready for recording a channel stream.RecordingConfigurationState,
RecordingConfigurationStateRecordingConfigurationSummary.Builder state(RecordingConfigurationState state)
Indicates the current state of the recording configuration. When the state is ACTIVE, the
configuration is ready for recording a channel stream.
state - Indicates the current state of the recording configuration. When the state is ACTIVE, the
configuration is ready for recording a channel stream.RecordingConfigurationState,
RecordingConfigurationStateRecordingConfigurationSummary.Builder tags(Map<String,String> tags)
Array of 1-50 maps, each of the form string:string (key:value).
tags - Array of 1-50 maps, each of the form string:string (key:value).Copyright © 2021. All rights reserved.