public static interface CreateRecordingConfigurationRequest.Builder extends IvsRequest.Builder, SdkPojo, CopyableBuilder<CreateRecordingConfigurationRequest.Builder,CreateRecordingConfigurationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateRecordingConfigurationRequest.Builder name(String name)
An arbitrary string (a nickname) that helps the customer identify that resource. The value does not need to be unique.
name - An arbitrary string (a nickname) that helps the customer identify that resource. The value does not
need to be unique.CreateRecordingConfigurationRequest.Builder destinationConfiguration(DestinationConfiguration destinationConfiguration)
A complex type that contains a destination configuration for where recorded video will be stored.
destinationConfiguration - A complex type that contains a destination configuration for where recorded video will be stored.default CreateRecordingConfigurationRequest.Builder destinationConfiguration(Consumer<DestinationConfiguration.Builder> destinationConfiguration)
A complex type that contains a destination configuration for 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)CreateRecordingConfigurationRequest.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).CreateRecordingConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateRecordingConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.