Interface Bumper.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Bumper.Builder,Bumper>,SdkBuilder<Bumper.Builder,Bumper>,SdkPojo
- Enclosing class:
- Bumper
public static interface Bumper.Builder extends SdkPojo, CopyableBuilder<Bumper.Builder,Bumper>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Bumper.BuilderendUrl(String endUrl)The URL for the end bumper asset.Bumper.BuilderstartUrl(String startUrl)The URL for the start bumper asset.-
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
-
endUrl
Bumper.Builder endUrl(String endUrl)
The URL for the end bumper asset.
- Parameters:
endUrl- The URL for the end bumper asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startUrl
Bumper.Builder startUrl(String startUrl)
The URL for the start bumper asset.
- Parameters:
startUrl- The URL for the start bumper asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-