Interface DeploymentConditionalField.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DeploymentConditionalField.Builder,
,DeploymentConditionalField> SdkBuilder<DeploymentConditionalField.Builder,
,DeploymentConditionalField> SdkPojo
- Enclosing class:
DeploymentConditionalField
@Mutable
@NotThreadSafe
public static interface DeploymentConditionalField.Builder
extends SdkPojo, CopyableBuilder<DeploymentConditionalField.Builder,DeploymentConditionalField>
-
Method Summary
Modifier and TypeMethodDescriptioncomparator
(String comparator) The comparator of the condition.The name of the deployment condition.The value of the condition.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
comparator
The comparator of the condition.
Valid values:
Equal | NotEqual
- Parameters:
comparator
- The comparator of the condition.Valid values:
Equal | NotEqual
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the deployment condition.
- Parameters:
name
- The name of the deployment condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The value of the condition.
- Parameters:
value
- The value of the condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-