public static interface BatchGetLinkAttributes.Builder extends SdkPojo, CopyableBuilder<BatchGetLinkAttributes.Builder,BatchGetLinkAttributes>
Modifier and Type | Method and Description |
---|---|
BatchGetLinkAttributes.Builder |
attributeNames(Collection<String> attributeNames)
A list of attribute names whose values will be retrieved.
|
BatchGetLinkAttributes.Builder |
attributeNames(String... attributeNames)
A list of attribute names whose values will be retrieved.
|
default BatchGetLinkAttributes.Builder |
typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
|
BatchGetLinkAttributes.Builder |
typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
|
copy
applyMutation, build
BatchGetLinkAttributes.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 BatchGetLinkAttributes.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)
BatchGetLinkAttributes.Builder attributeNames(Collection<String> attributeNames)
A list of attribute names whose values will be retrieved.
attributeNames
- A list of attribute names whose values will be retrieved.BatchGetLinkAttributes.Builder attributeNames(String... attributeNames)
A list of attribute names whose values will be retrieved.
attributeNames
- A list of attribute names whose values will be retrieved.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.