Class Bumper
- java.lang.Object
-
- software.amazon.awssdk.services.mediatailor.model.Bumper
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Bumper.Builder,Bumper>
@Generated("software.amazon.awssdk:codegen") public final class Bumper extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Bumper.Builder,Bumper>
The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break. To learn more about bumpers, see Bumpers.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBumper.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Bumper.Builderbuilder()StringendUrl()The URL for the end bumper asset.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends Bumper.Builder>serializableBuilderClass()StringstartUrl()The URL for the start bumper asset.Bumper.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
endUrl
public final String endUrl()
The URL for the end bumper asset.
- Returns:
- The URL for the end bumper asset.
-
startUrl
public final String startUrl()
The URL for the start bumper asset.
- Returns:
- The URL for the start bumper asset.
-
toBuilder
public Bumper.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Bumper.Builder,Bumper>
-
builder
public static Bumper.Builder builder()
-
serializableBuilderClass
public static Class<? extends Bumper.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-