public static interface PlatformInput.Builder extends SdkPojo, CopyableBuilder<PlatformInput.Builder,PlatformInput>
| Modifier and Type | Method and Description |
|---|---|
PlatformInput.Builder |
comparisonOperator(ComparisonOperator comparisonOperator)
The ComparisonOperator to use with PlatformInput.
|
PlatformInput.Builder |
comparisonOperator(String comparisonOperator)
The ComparisonOperator to use with PlatformInput.
|
PlatformInput.Builder |
value(String value)
The value of the platform.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPlatformInput.Builder comparisonOperator(String comparisonOperator)
The ComparisonOperator to use with PlatformInput.
comparisonOperator - The ComparisonOperator to use with PlatformInput.ComparisonOperator,
ComparisonOperatorPlatformInput.Builder comparisonOperator(ComparisonOperator comparisonOperator)
The ComparisonOperator to use with PlatformInput.
comparisonOperator - The ComparisonOperator to use with PlatformInput.ComparisonOperator,
ComparisonOperatorPlatformInput.Builder value(String value)
The value of the platform.
value - The value of the platform.Copyright © 2023. All rights reserved.