Interface ExtendedDataServices.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExtendedDataServices.Builder,ExtendedDataServices>,SdkBuilder<ExtendedDataServices.Builder,ExtendedDataServices>,SdkPojo
- Enclosing class:
- ExtendedDataServices
public static interface ExtendedDataServices.Builder extends SdkPojo, CopyableBuilder<ExtendedDataServices.Builder,ExtendedDataServices>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtendedDataServices.BuildercopyProtectionAction(String copyProtectionAction)The action to take on copy and redistribution control XDS packets.ExtendedDataServices.BuildercopyProtectionAction(CopyProtectionAction copyProtectionAction)The action to take on copy and redistribution control XDS packets.ExtendedDataServices.BuildervchipAction(String vchipAction)The action to take on content advisory XDS packets.ExtendedDataServices.BuildervchipAction(VchipAction vchipAction)The action to take on content advisory XDS packets.-
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, sdkFields
-
-
-
-
Method Detail
-
copyProtectionAction
ExtendedDataServices.Builder copyProtectionAction(String copyProtectionAction)
The action to take on copy and redistribution control XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.- Parameters:
copyProtectionAction- The action to take on copy and redistribution control XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CopyProtectionAction,CopyProtectionAction
-
copyProtectionAction
ExtendedDataServices.Builder copyProtectionAction(CopyProtectionAction copyProtectionAction)
The action to take on copy and redistribution control XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.- Parameters:
copyProtectionAction- The action to take on copy and redistribution control XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CopyProtectionAction,CopyProtectionAction
-
vchipAction
ExtendedDataServices.Builder vchipAction(String vchipAction)
The action to take on content advisory XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.- Parameters:
vchipAction- The action to take on content advisory XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VchipAction,VchipAction
-
vchipAction
ExtendedDataServices.Builder vchipAction(VchipAction vchipAction)
The action to take on content advisory XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.- Parameters:
vchipAction- The action to take on content advisory XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VchipAction,VchipAction
-
-