public static interface StructValue.Builder extends SdkPojo, CopyableBuilder<StructValue.Builder,StructValue>
Modifier and Type | Method and Description |
---|---|
StructValue.Builder |
attributes(Collection<Value> attributes)
Struct or UDT
|
StructValue.Builder |
attributes(Consumer<Value.Builder>... attributes)
Struct or UDT This is a convenience that creates an instance of the
List avoiding the
need to create one manually via List . |
StructValue.Builder |
attributes(Value... attributes)
Struct or UDT
|
copy
applyMutation, build
StructValue.Builder attributes(Collection<Value> attributes)
attributes
- Struct or UDTStructValue.Builder attributes(Value... attributes)
attributes
- Struct or UDTStructValue.Builder attributes(Consumer<Value.Builder>... attributes)
List.Builder
avoiding the
need to create one manually via List#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.