Interface NielsenNaesIiNw.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NielsenNaesIiNw.Builder,NielsenNaesIiNw>,SdkBuilder<NielsenNaesIiNw.Builder,NielsenNaesIiNw>,SdkPojo
- Enclosing class:
- NielsenNaesIiNw
public static interface NielsenNaesIiNw.Builder extends SdkPojo, CopyableBuilder<NielsenNaesIiNw.Builder,NielsenNaesIiNw>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NielsenNaesIiNw.BuildercheckDigitString(String checkDigitString)Enter the check digit string for the watermarkNielsenNaesIiNw.Buildersid(Double sid)Enter the Nielsen Source ID (SID) to include in the watermarkNielsenNaesIiNw.Buildertimezone(String timezone)Choose the timezone for the time stamps in the watermark.NielsenNaesIiNw.Buildertimezone(NielsenWatermarkTimezones timezone)Choose the timezone for the time stamps in the watermark.-
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
-
checkDigitString
NielsenNaesIiNw.Builder checkDigitString(String checkDigitString)
Enter the check digit string for the watermark- Parameters:
checkDigitString- Enter the check digit string for the watermark- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sid
NielsenNaesIiNw.Builder sid(Double sid)
Enter the Nielsen Source ID (SID) to include in the watermark- Parameters:
sid- Enter the Nielsen Source ID (SID) to include in the watermark- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timezone
NielsenNaesIiNw.Builder timezone(String timezone)
Choose the timezone for the time stamps in the watermark. If not provided, the timestamps will be in Coordinated Universal Time (UTC)- Parameters:
timezone- Choose the timezone for the time stamps in the watermark. If not provided, the timestamps will be in Coordinated Universal Time (UTC)- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NielsenWatermarkTimezones,NielsenWatermarkTimezones
-
timezone
NielsenNaesIiNw.Builder timezone(NielsenWatermarkTimezones timezone)
Choose the timezone for the time stamps in the watermark. If not provided, the timestamps will be in Coordinated Universal Time (UTC)- Parameters:
timezone- Choose the timezone for the time stamps in the watermark. If not provided, the timestamps will be in Coordinated Universal Time (UTC)- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NielsenWatermarkTimezones,NielsenWatermarkTimezones
-
-