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)
Recording-configuration name.
|
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)
Tags attached to the resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecordingConfigurationSummary.Builder arn(String arn)
Recording-configuration ARN.
arn - Recording-configuration ARN.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 method 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 name(String name)
Recording-configuration name. The value does not need to be unique.
name - Recording-configuration name. The value does not need to be unique.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)
Tags attached to the resource. Array of 1-50 maps, each of the form string:string (key:value).
See Tagging Amazon Web Services
Resources for more information, including restrictions that apply to tags and
"Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is
documented there.
tags - Tags attached to the resource. Array of 1-50 maps, each of the form
string:string (key:value). See Tagging Amazon Web Services
Resources for more information, including restrictions that apply to tags and
"Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is
documented there.Copyright © 2023. All rights reserved.