CopyableBuilder<ValueWithServiceIds.Builder,ValueWithServiceIds>
, SdkBuilder<ValueWithServiceIds.Builder,ValueWithServiceIds>
public static interface ValueWithServiceIds.Builder extends CopyableBuilder<ValueWithServiceIds.Builder,ValueWithServiceIds>
Modifier and Type | Method | Description |
---|---|---|
ValueWithServiceIds.Builder |
annotationValue(AnnotationValue annotationValue) |
Values of the annotation.
|
ValueWithServiceIds.Builder |
serviceIds(Collection<ServiceId> serviceIds) |
Services to which the annotation applies.
|
ValueWithServiceIds.Builder |
serviceIds(ServiceId... serviceIds) |
Services to which the annotation applies.
|
copy
apply, build
ValueWithServiceIds.Builder annotationValue(AnnotationValue annotationValue)
Values of the annotation.
annotationValue
- Values of the annotation.ValueWithServiceIds.Builder serviceIds(Collection<ServiceId> serviceIds)
Services to which the annotation applies.
serviceIds
- Services to which the annotation applies.ValueWithServiceIds.Builder serviceIds(ServiceId... serviceIds)
Services to which the annotation applies.
NOTE: This method appends the values to the existing list (if any). Use
#setServiceIds(java.util.Collection)
or #withServiceIds(java.util.Collection)
if you want to
override the existing values.
serviceIds
- Services to which the annotation applies.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.