Interface UpdateSdiSourceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateSdiSourceRequest.Builder,
,UpdateSdiSourceRequest> MediaLiveRequest.Builder
,SdkBuilder<UpdateSdiSourceRequest.Builder,
,UpdateSdiSourceRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateSdiSourceRequest
@Mutable
@NotThreadSafe
public static interface UpdateSdiSourceRequest.Builder
extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<UpdateSdiSourceRequest.Builder,UpdateSdiSourceRequest>
-
Method Summary
Modifier and TypeMethodDescriptionInclude this parameter only if you want to change the name of the SdiSource.mode
(SdiSourceMode mode) Include this parameter only if you want to change the name of the SdiSource.Include this parameter only if you want to change the name of the SdiSource.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sdiSourceId
(String sdiSourceId) The ID of the SdiSourceInclude this parameter only if you want to change the mode.type
(SdiSourceType type) Include this parameter only if you want to change the mode.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.medialive.model.MediaLiveRequest.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 Details
-
mode
Include this parameter only if you want to change the name of the SdiSource. Specify a name that is unique in the AWS account. We recommend you assign a name that describes the source, for example curling-cameraA. Names are case-sensitive.- Parameters:
mode
- Include this parameter only if you want to change the name of the SdiSource. Specify a name that is unique in the AWS account. We recommend you assign a name that describes the source, for example curling-cameraA. Names are case-sensitive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mode
Include this parameter only if you want to change the name of the SdiSource. Specify a name that is unique in the AWS account. We recommend you assign a name that describes the source, for example curling-cameraA. Names are case-sensitive.- Parameters:
mode
- Include this parameter only if you want to change the name of the SdiSource. Specify a name that is unique in the AWS account. We recommend you assign a name that describes the source, for example curling-cameraA. Names are case-sensitive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
Include this parameter only if you want to change the name of the SdiSource. Specify a name that is unique in the AWS account. We recommend you assign a name that describes the source, for example curling-cameraA. Names are case-sensitive.- Parameters:
name
- Include this parameter only if you want to change the name of the SdiSource. Specify a name that is unique in the AWS account. We recommend you assign a name that describes the source, for example curling-cameraA. Names are case-sensitive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sdiSourceId
The ID of the SdiSource- Parameters:
sdiSourceId
- The ID of the SdiSource- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
Include this parameter only if you want to change the mode. Specify the type of the SDI source: SINGLE: The source is a single-link source. QUAD: The source is one part of a quad-link source.- Parameters:
type
- Include this parameter only if you want to change the mode. Specify the type of the SDI source: SINGLE: The source is a single-link source. QUAD: The source is one part of a quad-link source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Include this parameter only if you want to change the mode. Specify the type of the SDI source: SINGLE: The source is a single-link source. QUAD: The source is one part of a quad-link source.- Parameters:
type
- Include this parameter only if you want to change the mode. Specify the type of the SDI source: SINGLE: The source is a single-link source. QUAD: The source is one part of a quad-link source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateSdiSourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateSdiSourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-