Uses of Interface
software.amazon.awssdk.services.sagemakergeospatial.model.PlatformInput.Builder
-
Packages that use PlatformInput.Builder Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of PlatformInput.Builder in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return PlatformInput.Builder Modifier and Type Method Description static PlatformInput.BuilderPlatformInput. builder()PlatformInput.BuilderPlatformInput.Builder. comparisonOperator(String comparisonOperator)The ComparisonOperator to use with PlatformInput.PlatformInput.BuilderPlatformInput.Builder. comparisonOperator(ComparisonOperator comparisonOperator)The ComparisonOperator to use with PlatformInput.PlatformInput.BuilderPlatformInput. toBuilder()PlatformInput.BuilderPlatformInput.Builder. value(String value)The value of the platform.Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return types with arguments of type PlatformInput.Builder Modifier and Type Method Description static Class<? extends PlatformInput.Builder>PlatformInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemakergeospatial.model with type arguments of type PlatformInput.Builder Modifier and Type Method Description static PropertyProperty. fromPlatform(Consumer<PlatformInput.Builder> platform)Create an instance of this class withProperty.platform()initialized to the given value.default Property.BuilderProperty.Builder. platform(Consumer<PlatformInput.Builder> platform)The structure representing Platform property filter consisting of value and comparison operator.
-