static ImageGenerationConfiguration.Builder |
ImageGenerationConfiguration.builder() |
|
default ImageGenerationConfiguration.Builder |
ImageGenerationConfiguration.Builder.destinationConfig(Consumer<ImageGenerationDestinationConfig.Builder> destinationConfig) |
The structure that contains the information required to deliver images to a customer.
|
ImageGenerationConfiguration.Builder |
ImageGenerationConfiguration.Builder.destinationConfig(ImageGenerationDestinationConfig destinationConfig) |
The structure that contains the information required to deliver images to a customer.
|
ImageGenerationConfiguration.Builder |
ImageGenerationConfiguration.Builder.format(String format) |
The accepted image format.
|
ImageGenerationConfiguration.Builder |
ImageGenerationConfiguration.Builder.format(Format format) |
The accepted image format.
|
ImageGenerationConfiguration.Builder |
ImageGenerationConfiguration.Builder.formatConfig(Map<FormatConfigKey,String> formatConfig) |
The list of a key-value pair structure that contains extra parameters that can be applied when the image is
generated.
|
ImageGenerationConfiguration.Builder |
ImageGenerationConfiguration.Builder.formatConfigWithStrings(Map<String,String> formatConfig) |
The list of a key-value pair structure that contains extra parameters that can be applied when the image is
generated.
|
ImageGenerationConfiguration.Builder |
ImageGenerationConfiguration.Builder.heightPixels(Integer heightPixels) |
The height of the output image that is used in conjunction with the WidthPixels parameter.
|
ImageGenerationConfiguration.Builder |
ImageGenerationConfiguration.Builder.imageSelectorType(String imageSelectorType) |
The origin of the Server or Producer timestamps to use to generate the images.
|
ImageGenerationConfiguration.Builder |
ImageGenerationConfiguration.Builder.imageSelectorType(ImageSelectorType imageSelectorType) |
The origin of the Server or Producer timestamps to use to generate the images.
|
ImageGenerationConfiguration.Builder |
ImageGenerationConfiguration.Builder.samplingInterval(Integer samplingInterval) |
The time interval in milliseconds (ms) at which the images need to be generated from the stream.
|
ImageGenerationConfiguration.Builder |
ImageGenerationConfiguration.Builder.status(String status) |
Indicates whether the ContinuousImageGenerationConfigurations API is enabled or disabled.
|
ImageGenerationConfiguration.Builder |
ImageGenerationConfiguration.Builder.status(ConfigurationStatus status) |
Indicates whether the ContinuousImageGenerationConfigurations API is enabled or disabled.
|
ImageGenerationConfiguration.Builder |
ImageGenerationConfiguration.toBuilder() |
|
ImageGenerationConfiguration.Builder |
ImageGenerationConfiguration.Builder.widthPixels(Integer widthPixels) |
The width of the output image that is used in conjunction with the HeightPixels parameter.
|