public static interface BatchGetLinkAttributesResponse.Builder extends SdkPojo, CopyableBuilder<BatchGetLinkAttributesResponse.Builder,BatchGetLinkAttributesResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetLinkAttributesResponse.Builder |
attributes(AttributeKeyAndValue... attributes)
The attributes that are associated with the typed link.
|
BatchGetLinkAttributesResponse.Builder |
attributes(Collection<AttributeKeyAndValue> attributes)
The attributes that are associated with the typed link.
|
BatchGetLinkAttributesResponse.Builder |
attributes(Consumer<AttributeKeyAndValue.Builder>... attributes)
The attributes that are associated with the typed link.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetLinkAttributesResponse.Builder attributes(Collection<AttributeKeyAndValue> attributes)
The attributes that are associated with the typed link.
attributes - The attributes that are associated with the typed link.BatchGetLinkAttributesResponse.Builder attributes(AttributeKeyAndValue... attributes)
The attributes that are associated with the typed link.
attributes - The attributes that are associated with the typed link.BatchGetLinkAttributesResponse.Builder attributes(Consumer<AttributeKeyAndValue.Builder>... attributes)
The attributes that are associated with the typed link.
This is a convenience method that creates an instance of theAttributeKeyAndValue.Builder avoiding the need
to create one manually via
AttributeKeyAndValue.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #attributes(List.
attributes - a consumer that will call methods on
AttributeKeyAndValue.Builder#attributes(java.util.Collection) Copyright © 2022. All rights reserved.