CopyableBuilder<Field.Builder,Field>, SdkBuilder<Field.Builder,Field>public static interface Field.Builder extends CopyableBuilder<Field.Builder,Field>
| Modifier and Type | Method | Description |
|---|---|---|
Field.Builder |
key(String key) |
The field identifier.
|
Field.Builder |
refValue(String refValue) |
The field value, expressed as the identifier of another object.
|
Field.Builder |
stringValue(String stringValue) |
The field value, expressed as a String.
|
copyapply, buildField.Builder key(String key)
The field identifier.
key - The field identifier.Field.Builder stringValue(String stringValue)
The field value, expressed as a String.
stringValue - The field value, expressed as a String.Field.Builder refValue(String refValue)
The field value, expressed as the identifier of another object.
refValue - The field value, expressed as the identifier of another object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.