Interface ImageSource.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ImageSource.Builder,,ImageSource> SdkBuilder<ImageSource.Builder,,ImageSource> SdkPojo
- Enclosing class:
 ImageSource
public static interface ImageSource.Builder
extends SdkPojo, CopyableBuilder<ImageSource.Builder,ImageSource> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe public URL that points to the source image.The Amazon S3 URI that points to the source image.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
publicUrl
The public URL that points to the source image.
- Parameters:
 publicUrl- The public URL that points to the source image.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
s3Uri
The Amazon S3 URI that points to the source image.
- Parameters:
 s3Uri- The Amazon S3 URI that points to the source image.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -