| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
static ImageLocation.Builder |
ImageLocation.builder() |
ImageLocation.Builder |
ImageLocation.Builder.id(String id)
The ID of the image.
|
ImageLocation.Builder |
ImageLocation.toBuilder() |
ImageLocation.Builder |
ImageLocation.Builder.url(String url)
The URL where the image is available.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ImageLocation.Builder> |
ImageLocation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribePortalResponse.Builder |
DescribePortalResponse.Builder.portalLogoImageLocation(Consumer<ImageLocation.Builder> portalLogoImageLocation)
The portal's logo image, which is available at a URL.
|
Copyright © 2022. All rights reserved.