Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.ImageLocation.Builder
-
Packages that use ImageLocation.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of ImageLocation.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return ImageLocation.Builder Modifier and Type Method Description static ImageLocation.BuilderImageLocation. builder()ImageLocation.BuilderImageLocation.Builder. id(String id)The ID of the image.ImageLocation.BuilderImageLocation. toBuilder()ImageLocation.BuilderImageLocation.Builder. url(String url)The URL where the image is available.Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type ImageLocation.Builder Modifier and Type Method Description static Class<? extends ImageLocation.Builder>ImageLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type ImageLocation.Builder Modifier and Type Method Description default DescribePortalResponse.BuilderDescribePortalResponse.Builder. portalLogoImageLocation(Consumer<ImageLocation.Builder> portalLogoImageLocation)The portal's logo image, which is available at a URL.
-