Interface UpdateInputDeviceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateInputDeviceRequest.Builder,UpdateInputDeviceRequest>,MediaLiveRequest.Builder,SdkBuilder<UpdateInputDeviceRequest.Builder,UpdateInputDeviceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateInputDeviceRequest
public static interface UpdateInputDeviceRequest.Builder extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<UpdateInputDeviceRequest.Builder,UpdateInputDeviceRequest>
-
-
Method Summary
-
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 Detail
-
hdDeviceSettings
UpdateInputDeviceRequest.Builder hdDeviceSettings(InputDeviceConfigurableSettings hdDeviceSettings)
The settings that you want to apply to the HD input device.- Parameters:
hdDeviceSettings- The settings that you want to apply to the HD input device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hdDeviceSettings
default UpdateInputDeviceRequest.Builder hdDeviceSettings(Consumer<InputDeviceConfigurableSettings.Builder> hdDeviceSettings)
The settings that you want to apply to the HD input device. This is a convenience method that creates an instance of theInputDeviceConfigurableSettings.Builderavoiding the need to create one manually viaInputDeviceConfigurableSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tohdDeviceSettings(InputDeviceConfigurableSettings).- Parameters:
hdDeviceSettings- a consumer that will call methods onInputDeviceConfigurableSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
hdDeviceSettings(InputDeviceConfigurableSettings)
-
inputDeviceId
UpdateInputDeviceRequest.Builder inputDeviceId(String inputDeviceId)
The unique ID of the input device. For example, hd-123456789abcdef.- Parameters:
inputDeviceId- The unique ID of the input device. For example, hd-123456789abcdef.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateInputDeviceRequest.Builder name(String name)
The name that you assigned to this input device (not the unique ID).- Parameters:
name- The name that you assigned to this input device (not the unique ID).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
uhdDeviceSettings
UpdateInputDeviceRequest.Builder uhdDeviceSettings(InputDeviceConfigurableSettings uhdDeviceSettings)
The settings that you want to apply to the UHD input device.- Parameters:
uhdDeviceSettings- The settings that you want to apply to the UHD input device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
uhdDeviceSettings
default UpdateInputDeviceRequest.Builder uhdDeviceSettings(Consumer<InputDeviceConfigurableSettings.Builder> uhdDeviceSettings)
The settings that you want to apply to the UHD input device. This is a convenience method that creates an instance of theInputDeviceConfigurableSettings.Builderavoiding the need to create one manually viaInputDeviceConfigurableSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed touhdDeviceSettings(InputDeviceConfigurableSettings).- Parameters:
uhdDeviceSettings- a consumer that will call methods onInputDeviceConfigurableSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
uhdDeviceSettings(InputDeviceConfigurableSettings)
-
availabilityZone
UpdateInputDeviceRequest.Builder availabilityZone(String availabilityZone)
The Availability Zone you want associated with this input device.- Parameters:
availabilityZone- The Availability Zone you want associated with this input device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateInputDeviceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateInputDeviceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-