CopyableBuilder<GetAttributesResponse.Builder,GetAttributesResponse>
, SdkBuilder<GetAttributesResponse.Builder,GetAttributesResponse>
public static interface GetAttributesResponse.Builder extends CopyableBuilder<GetAttributesResponse.Builder,GetAttributesResponse>
Modifier and Type | Method | Description |
---|---|---|
GetAttributesResponse.Builder |
attributes(Collection<Attribute> attributes) |
The list of attributes returned by the operation.
|
GetAttributesResponse.Builder |
attributes(Attribute... attributes) |
The list of attributes returned by the operation.
|
copy
apply, build
GetAttributesResponse.Builder attributes(Collection<Attribute> attributes)
attributes
- The list of attributes returned by the operation.GetAttributesResponse.Builder attributes(Attribute... attributes)
NOTE: This method appends the values to the existing list (if any). Use
#setAttributes(java.util.Collection)
or #withAttributes(java.util.Collection)
if you want to
override the existing values.
attributes
- The list of attributes returned by the operation.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.