Interface DeploymentConditionalField.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DeploymentConditionalField.Builder,DeploymentConditionalField>,SdkBuilder<DeploymentConditionalField.Builder,DeploymentConditionalField>,SdkPojo
- Enclosing class:
- DeploymentConditionalField
public static interface DeploymentConditionalField.Builder extends SdkPojo, CopyableBuilder<DeploymentConditionalField.Builder,DeploymentConditionalField>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeploymentConditionalField.Buildercomparator(String comparator)The comparator of the condition.DeploymentConditionalField.Buildername(String name)The name of the deployment condition.DeploymentConditionalField.Buildervalue(String value)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 Detail
-
comparator
DeploymentConditionalField.Builder comparator(String 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
DeploymentConditionalField.Builder name(String 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
DeploymentConditionalField.Builder value(String 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.
-
-