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
Modifier and TypeMethodDescriptionThe ID of the image.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 Details
-
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
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.
-