Interface ServiceOverride.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ServiceOverride.Builder,
,ServiceOverride> SdkBuilder<ServiceOverride.Builder,
,ServiceOverride> SdkPojo
- Enclosing class:
ServiceOverride
@Mutable
@NotThreadSafe
public static interface ServiceOverride.Builder
extends SdkPojo, CopyableBuilder<ServiceOverride.Builder,ServiceOverride>
-
Method Summary
Modifier and TypeMethodDescriptionDetails about the service override that MediaConvert has applied.The name of the setting that MediaConvert has applied an override to.overrideValue
(String overrideValue) The current value of the service override that MediaConvert has applied.The value of the setting that you configured, prior to any overrides that MediaConvert has applied.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
-
message
Details about the service override that MediaConvert has applied.- Parameters:
message
- Details about the service override that MediaConvert has applied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the setting that MediaConvert has applied an override to.- Parameters:
name
- The name of the setting that MediaConvert has applied an override to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideValue
The current value of the service override that MediaConvert has applied.- Parameters:
overrideValue
- The current value of the service override that MediaConvert has applied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The value of the setting that you configured, prior to any overrides that MediaConvert has applied.- Parameters:
value
- The value of the setting that you configured, prior to any overrides that MediaConvert has applied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-