public static interface BatchUpdateLinkAttributes.Builder extends SdkPojo, CopyableBuilder<BatchUpdateLinkAttributes.Builder,BatchUpdateLinkAttributes>
Modifier and Type | Method and Description |
---|---|
BatchUpdateLinkAttributes.Builder |
attributeUpdates(Collection<LinkAttributeUpdate> attributeUpdates)
The attributes update structure.
|
BatchUpdateLinkAttributes.Builder |
attributeUpdates(Consumer<LinkAttributeUpdate.Builder>... attributeUpdates)
The attributes update structure.
|
BatchUpdateLinkAttributes.Builder |
attributeUpdates(LinkAttributeUpdate... attributeUpdates)
The attributes update structure.
|
default BatchUpdateLinkAttributes.Builder |
typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
|
BatchUpdateLinkAttributes.Builder |
typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
|
copy
applyMutation, build
BatchUpdateLinkAttributes.Builder typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
typedLinkSpecifier
- Allows a typed link specifier to be accepted as input.default BatchUpdateLinkAttributes.Builder typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
This is a convenience that creates an instance of theTypedLinkSpecifier.Builder
avoiding the need to
create one manually via TypedLinkSpecifier.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to typedLinkSpecifier(TypedLinkSpecifier)
.typedLinkSpecifier
- a consumer that will call methods on TypedLinkSpecifier.Builder
typedLinkSpecifier(TypedLinkSpecifier)
BatchUpdateLinkAttributes.Builder attributeUpdates(Collection<LinkAttributeUpdate> attributeUpdates)
The attributes update structure.
attributeUpdates
- The attributes update structure.BatchUpdateLinkAttributes.Builder attributeUpdates(LinkAttributeUpdate... attributeUpdates)
The attributes update structure.
attributeUpdates
- The attributes update structure.BatchUpdateLinkAttributes.Builder attributeUpdates(Consumer<LinkAttributeUpdate.Builder>... attributeUpdates)
The attributes update structure.
This is a convenience that creates an instance of theList.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 #attributeUpdates(List)
.attributeUpdates
- a consumer that will call methods on List.Builder
#attributeUpdates(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.