CopyableBuilder<AnnotationValue.Builder,AnnotationValue>
, SdkBuilder<AnnotationValue.Builder,AnnotationValue>
public static interface AnnotationValue.Builder extends CopyableBuilder<AnnotationValue.Builder,AnnotationValue>
Modifier and Type | Method | 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.
|
copy
apply, build
AnnotationValue.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.