CopyableBuilder<Selector.Builder,Selector>
, SdkBuilder<Selector.Builder,Selector>
public static interface Selector.Builder extends CopyableBuilder<Selector.Builder,Selector>
Modifier and Type | Method | Description |
---|---|---|
Selector.Builder |
fieldName(String fieldName) |
The name of the field that the operator will be applied to.
|
Selector.Builder |
operator(Operator operator) |
copy
apply, build
Selector.Builder fieldName(String fieldName)
The name of the field that the operator will be applied to. The field name is the "key" portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails.
fieldName
- The name of the field that the operator will be applied to. The field name is the "key" portion of the
field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the
field is not set on the object, the condition fails.Selector.Builder operator(Operator operator)
operator
- Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.