| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
static PlatformInput.Builder |
PlatformInput.builder() |
PlatformInput.Builder |
PlatformInput.Builder.comparisonOperator(ComparisonOperator comparisonOperator)
The ComparisonOperator to use with PlatformInput.
|
PlatformInput.Builder |
PlatformInput.Builder.comparisonOperator(String comparisonOperator)
The ComparisonOperator to use with PlatformInput.
|
PlatformInput.Builder |
PlatformInput.toBuilder() |
PlatformInput.Builder |
PlatformInput.Builder.value(String value)
The value of the platform.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PlatformInput.Builder> |
PlatformInput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static Property |
Property.fromPlatform(Consumer<PlatformInput.Builder> platform)
Create an instance of this class with
Property.platform() initialized to the given value. |
default Property.Builder |
Property.Builder.platform(Consumer<PlatformInput.Builder> platform)
The structure representing Platform property filter consisting of value and comparison operator.
|
Copyright © 2023. All rights reserved.