Interface ImageLocation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ImageLocation.Builder,ImageLocation>,SdkBuilder<ImageLocation.Builder,ImageLocation>,SdkPojo
- Enclosing class:
- ImageLocation
public static interface ImageLocation.Builder extends SdkPojo, CopyableBuilder<ImageLocation.Builder,ImageLocation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImageLocation.Builderid(String id)The ID of the image.ImageLocation.Builderurl(String url)The URL where the image is available.-
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
-
id
ImageLocation.Builder id(String id)
The ID of the image.
- Parameters:
id- The ID of the image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
url
ImageLocation.Builder url(String url)
The URL where the image is available. The URL is valid for 15 minutes so that you can view and download the image
- Parameters:
url- The URL where the image is available. The URL is valid for 15 minutes so that you can view and download the image- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-