Interface StartEdgeConfigurationUpdateRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartEdgeConfigurationUpdateRequest.Builder,StartEdgeConfigurationUpdateRequest>,KinesisVideoRequest.Builder,SdkBuilder<StartEdgeConfigurationUpdateRequest.Builder,StartEdgeConfigurationUpdateRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartEdgeConfigurationUpdateRequest
public static interface StartEdgeConfigurationUpdateRequest.Builder extends KinesisVideoRequest.Builder, SdkPojo, CopyableBuilder<StartEdgeConfigurationUpdateRequest.Builder,StartEdgeConfigurationUpdateRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default StartEdgeConfigurationUpdateRequest.BuilderedgeConfig(Consumer<EdgeConfig.Builder> edgeConfig)The edge configuration details required to invoke the update process.StartEdgeConfigurationUpdateRequest.BuilderedgeConfig(EdgeConfig edgeConfig)The edge configuration details required to invoke the update process.StartEdgeConfigurationUpdateRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartEdgeConfigurationUpdateRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartEdgeConfigurationUpdateRequest.BuilderstreamARN(String streamARN)The Amazon Resource Name (ARN) of the stream.StartEdgeConfigurationUpdateRequest.BuilderstreamName(String streamName)The name of the stream whose edge configuration you want to update.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kinesisvideo.model.KinesisVideoRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
streamName
StartEdgeConfigurationUpdateRequest.Builder streamName(String streamName)
The name of the stream whose edge configuration you want to update. Specify either the
StreamNameor theStreamARN.- Parameters:
streamName- The name of the stream whose edge configuration you want to update. Specify either theStreamNameor theStreamARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamARN
StartEdgeConfigurationUpdateRequest.Builder streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream. Specify either the
StreamNameor theStreamARN.- Parameters:
streamARN- The Amazon Resource Name (ARN) of the stream. Specify either theStreamNameor theStreamARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
edgeConfig
StartEdgeConfigurationUpdateRequest.Builder edgeConfig(EdgeConfig edgeConfig)
The edge configuration details required to invoke the update process.
- Parameters:
edgeConfig- The edge configuration details required to invoke the update process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
edgeConfig
default StartEdgeConfigurationUpdateRequest.Builder edgeConfig(Consumer<EdgeConfig.Builder> edgeConfig)
The edge configuration details required to invoke the update process.
This is a convenience method that creates an instance of theEdgeConfig.Builderavoiding the need to create one manually viaEdgeConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toedgeConfig(EdgeConfig).- Parameters:
edgeConfig- a consumer that will call methods onEdgeConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
edgeConfig(EdgeConfig)
-
overrideConfiguration
StartEdgeConfigurationUpdateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartEdgeConfigurationUpdateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-