public static interface GetAttributesResponse.Builder extends SimpleDBResponse.Builder, CopyableBuilder<GetAttributesResponse.Builder,GetAttributesResponse>
Modifier and Type | Method and Description |
---|---|
GetAttributesResponse.Builder |
attributes(Attribute... attributes)
The list of attributes returned by the operation.
|
GetAttributesResponse.Builder |
attributes(Collection<Attribute> attributes)
The list of attributes returned by the operation.
|
build
copy
apply, build
GetAttributesResponse.Builder attributes(Collection<Attribute> attributes)
attributes
- The list of attributes returned by the operation.GetAttributesResponse.Builder attributes(Attribute... attributes)
attributes
- The list of attributes returned by the operation.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.