Interface UpdateIngestConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateIngestConfigurationRequest.Builder,,UpdateIngestConfigurationRequest> IvsRealTimeRequest.Builder,SdkBuilder<UpdateIngestConfigurationRequest.Builder,,UpdateIngestConfigurationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateIngestConfigurationRequest
@Mutable
@NotThreadSafe
public static interface UpdateIngestConfigurationRequest.Builder
extends IvsRealTimeRequest.Builder, SdkPojo, CopyableBuilder<UpdateIngestConfigurationRequest.Builder,UpdateIngestConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionARN of the IngestConfiguration, for which the related stage ARN needs to be updated.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.redundantIngest(Boolean redundantIngest) Indicates whether redundant ingest is enabled for the ingest configuration.Stage ARN that needs to be updated.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ivsrealtime.model.IvsRealTimeRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
ARN of the IngestConfiguration, for which the related stage ARN needs to be updated.
- Parameters:
arn- ARN of the IngestConfiguration, for which the related stage ARN needs to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stageArn
Stage ARN that needs to be updated.
- Parameters:
stageArn- Stage ARN that needs to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
redundantIngest
Indicates whether redundant ingest is enabled for the ingest configuration. Default:
false.- Parameters:
redundantIngest- Indicates whether redundant ingest is enabled for the ingest configuration. Default:false.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateIngestConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateIngestConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-