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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
comparatorThe 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.
 
- 
nameThe 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.
 
- 
valueThe 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.
 
 
-