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.
|
GetAttributesResponse.Builder |
attributes(Consumer<Attribute.Builder>... attributes)
The list of attributes returned by the operation.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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.GetAttributesResponse.Builder attributes(Consumer<Attribute.Builder>... attributes)
List.Builder
avoiding the need to create one manually via #builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #attributes(List)
.attributes
- a consumer that will call methods on List.Builder
#attributes(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.