AttributeUpdateNotesResponse.Builder |
AttributeUpdateNotesResponse.Builder.attributeName(String attributeName) |
Attribute for which notes were added to or edited in this bulk operation.
|
AttributeUpdateNotesResponse.Builder |
AttributeUpdateNotesResponse.Builder.attributeNameSpace(AttributeUpdateNotesResponse.AttributeNameSpace attributeNameSpace) |
Namespace of the attribute whose notes were updated.
|
AttributeUpdateNotesResponse.Builder |
AttributeUpdateNotesResponse.Builder.attributeStatus(AttributeUpdateNotesResponse.AttributeStatus attributeStatus) |
Status of the attribute after this operation.
|
static AttributeUpdateNotesResponse.Builder |
AttributeUpdateNotesResponse.builder() |
Create a new builder.
|
AttributeUpdateNotesResponse.Builder |
AttributeUpdateNotesResponse.Builder.copy(AttributeUpdateNotesResponse model) |
|
AttributeUpdateNotesResponse.Builder |
AttributeUpdateNotesResponse.Builder.notes(String notes) |
Notes added to or edited for this attribute.
|
AttributeUpdateNotesResponse.Builder |
AttributeUpdateNotesResponse.Builder.operationType(AttributeUpdateNotesResponse.OperationType operationType) |
Type of operation - UPDATE_NOTES.
|
AttributeUpdateNotesResponse.Builder |
AttributeUpdateNotesResponse.Builder.timeUpdated(Date timeUpdated) |
Time when the attribute’s notes were updated.
|
AttributeUpdateNotesResponse.Builder |
AttributeUpdateNotesResponse.toBuilder() |
|