public static interface AnnotationValue.Builder extends CopyableBuilder<AnnotationValue.Builder,AnnotationValue>
| Modifier and Type | Method and Description |
|---|---|
AnnotationValue.Builder |
booleanValue(Boolean booleanValue)
Value for a Boolean annotation.
|
AnnotationValue.Builder |
numberValue(Double numberValue)
Value for a Number annotation.
|
AnnotationValue.Builder |
stringValue(String stringValue)
Value for a String annotation.
|
copyapply, buildAnnotationValue.Builder numberValue(Double numberValue)
Value for a Number annotation.
numberValue - Value for a Number annotation.AnnotationValue.Builder booleanValue(Boolean booleanValue)
Value for a Boolean annotation.
booleanValue - Value for a Boolean annotation.AnnotationValue.Builder stringValue(String stringValue)
Value for a String annotation.
stringValue - Value for a String annotation.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.