@Generated(value="software.amazon.awssdk:codegen") public final class BatchUpdateLinkAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchUpdateLinkAttributes.Builder,BatchUpdateLinkAttributes>
Updates a given typed link’s attributes inside a BatchRead operation. Attributes to be updated must not
contribute to the typed link’s identity, as defined by its IdentityAttributeOrder
. For more information,
see UpdateLinkAttributes and BatchReadRequest$Operations.
Modifier and Type | Class and Description |
---|---|
static interface |
BatchUpdateLinkAttributes.Builder |
Modifier and Type | Method and Description |
---|---|
List<LinkAttributeUpdate> |
attributeUpdates()
The attributes update structure.
|
static BatchUpdateLinkAttributes.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchUpdateLinkAttributes.Builder> |
serializableBuilderClass() |
BatchUpdateLinkAttributes.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
TypedLinkSpecifier |
typedLinkSpecifier()
Allows a typed link specifier to be accepted as input.
|
copy
public TypedLinkSpecifier typedLinkSpecifier()
Allows a typed link specifier to be accepted as input.
public List<LinkAttributeUpdate> attributeUpdates()
The attributes update structure.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public BatchUpdateLinkAttributes.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchUpdateLinkAttributes.Builder,BatchUpdateLinkAttributes>
public static BatchUpdateLinkAttributes.Builder builder()
public static Class<? extends BatchUpdateLinkAttributes.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.