Interface IconImageInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IconImageInput.Builder,,IconImageInput> SdkBuilder<IconImageInput.Builder,,IconImageInput> SdkPojo
- Enclosing class:
IconImageInput
@Mutable
@NotThreadSafe
public static interface IconImageInput.Builder
extends SdkPojo, CopyableBuilder<IconImageInput.Builder,IconImageInput>
-
Method Summary
Modifier and TypeMethodDescriptionThe image provided as a binary image file.The S3 URI pointing to the image file.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
-
blob
The image provided as a binary image file.
- Parameters:
blob- The image provided as a binary image file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Uri
The S3 URI pointing to the image file. The URI must use the format
s3://bucket-name/key-name. You must have read access to the S3 object.- Parameters:
s3Uri- The S3 URI pointing to the image file. The URI must use the formats3://bucket-name/key-name. You must have read access to the S3 object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-