Interface Field.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Field.Builder,,Field> SdkBuilder<Field.Builder,,Field> SdkPojo
- Enclosing class:
 Field
- 
Method Summary
Modifier and TypeMethodDescriptionThe field identifier.The field value, expressed as the identifier of another object.stringValue(String stringValue) The field value, expressed as a String.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
key
The field identifier.
- Parameters:
 key- The field identifier.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
stringValue
The field value, expressed as a String.
- Parameters:
 stringValue- The field value, expressed as a String.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
refValue
The field value, expressed as the identifier of another object.
- Parameters:
 refValue- The field value, expressed as the identifier of another object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -