Interface AdMarkerPassthrough.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AdMarkerPassthrough.Builder,AdMarkerPassthrough>,SdkBuilder<AdMarkerPassthrough.Builder,AdMarkerPassthrough>,SdkPojo
- Enclosing class:
- AdMarkerPassthrough
public static interface AdMarkerPassthrough.Builder extends SdkPojo, CopyableBuilder<AdMarkerPassthrough.Builder,AdMarkerPassthrough>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdMarkerPassthrough.Builderenabled(Boolean enabled)Enables ad marker passthrough for your configuration.-
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
-
enabled
AdMarkerPassthrough.Builder enabled(Boolean enabled)
Enables ad marker passthrough for your configuration.
- Parameters:
enabled- Enables ad marker passthrough for your configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-