Interface AllowedRenditionSize.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<AllowedRenditionSize.Builder,AllowedRenditionSize>
,SdkBuilder<AllowedRenditionSize.Builder,AllowedRenditionSize>
,SdkPojo
- Enclosing class:
- AllowedRenditionSize
public static interface AllowedRenditionSize.Builder extends SdkPojo, CopyableBuilder<AllowedRenditionSize.Builder,AllowedRenditionSize>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AllowedRenditionSize.Builder
height(Integer height)
Use Height to define the video resolution height, in pixels, for this rule.AllowedRenditionSize.Builder
required(String required)
Set to ENABLED to force a rendition to be included.AllowedRenditionSize.Builder
required(RequiredFlag required)
Set to ENABLED to force a rendition to be included.AllowedRenditionSize.Builder
width(Integer width)
Use Width to define the video resolution width, in pixels, for this rule.-
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 Detail
-
height
AllowedRenditionSize.Builder height(Integer height)
Use Height to define the video resolution height, in pixels, for this rule.- Parameters:
height
- Use Height to define the video resolution height, in pixels, for this rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
required
AllowedRenditionSize.Builder required(String required)
Set to ENABLED to force a rendition to be included.- Parameters:
required
- Set to ENABLED to force a rendition to be included.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RequiredFlag
,RequiredFlag
-
required
AllowedRenditionSize.Builder required(RequiredFlag required)
Set to ENABLED to force a rendition to be included.- Parameters:
required
- Set to ENABLED to force a rendition to be included.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RequiredFlag
,RequiredFlag
-
width
AllowedRenditionSize.Builder width(Integer width)
Use Width to define the video resolution width, in pixels, for this rule.- Parameters:
width
- Use Width to define the video resolution width, in pixels, for this rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-