public static interface LinkAttributeUpdate.Builder extends SdkPojo, CopyableBuilder<LinkAttributeUpdate.Builder,LinkAttributeUpdate>
Modifier and Type | Method and Description |
---|---|
default LinkAttributeUpdate.Builder |
attributeAction(Consumer<LinkAttributeAction.Builder> attributeAction)
The action to perform as part of the attribute update.
|
LinkAttributeUpdate.Builder |
attributeAction(LinkAttributeAction attributeAction)
The action to perform as part of the attribute update.
|
LinkAttributeUpdate.Builder |
attributeKey(AttributeKey attributeKey)
The key of the attribute being updated.
|
default LinkAttributeUpdate.Builder |
attributeKey(Consumer<AttributeKey.Builder> attributeKey)
The key of the attribute being updated.
|
copy
applyMutation, build
LinkAttributeUpdate.Builder attributeKey(AttributeKey attributeKey)
The key of the attribute being updated.
attributeKey
- The key of the attribute being updated.default LinkAttributeUpdate.Builder attributeKey(Consumer<AttributeKey.Builder> attributeKey)
The key of the attribute being updated.
This is a convenience that creates an instance of theAttributeKey.Builder
avoiding the need to
create one manually via AttributeKey.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to attributeKey(AttributeKey)
.attributeKey
- a consumer that will call methods on AttributeKey.Builder
attributeKey(AttributeKey)
LinkAttributeUpdate.Builder attributeAction(LinkAttributeAction attributeAction)
The action to perform as part of the attribute update.
attributeAction
- The action to perform as part of the attribute update.default LinkAttributeUpdate.Builder attributeAction(Consumer<LinkAttributeAction.Builder> attributeAction)
The action to perform as part of the attribute update.
This is a convenience that creates an instance of theLinkAttributeAction.Builder
avoiding the need
to create one manually via LinkAttributeAction.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to attributeAction(LinkAttributeAction)
.attributeAction
- a consumer that will call methods on LinkAttributeAction.Builder
attributeAction(LinkAttributeAction)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.