AttributeUpdateResponse.Builder |
AttributeUpdateResponse.Builder.attributeName(String attributeName) |
Attribute for which properties were updated in this bulk operation.
|
AttributeUpdateResponse.Builder |
AttributeUpdateResponse.Builder.attributeNameSpace(AttributeUpdateResponse.AttributeNameSpace attributeNameSpace) |
Namespace of the attribute whose properties were updated.
|
AttributeUpdateResponse.Builder |
AttributeUpdateResponse.Builder.attributeStatus(AttributeUpdateResponse.AttributeStatus attributeStatus) |
Status of the attribute after this operation.
|
AttributeUpdateResponse.Builder |
AttributeUpdateResponse.Builder.attributeType(AttributeUpdateResponse.AttributeType attributeType) |
Type of the attribute.
|
static AttributeUpdateResponse.Builder |
AttributeUpdateResponse.builder() |
Create a new builder.
|
AttributeUpdateResponse.Builder |
AttributeUpdateResponse.Builder.copy(AttributeUpdateResponse model) |
|
AttributeUpdateResponse.Builder |
AttributeUpdateResponse.Builder.notes(String notes) |
Notes for the attribute.
|
AttributeUpdateResponse.Builder |
AttributeUpdateResponse.Builder.operationType(AttributeUpdateResponse.OperationType operationType) |
Type of operation - UPDATE_ATTRIBUTE_PROPERTIES.
|
AttributeUpdateResponse.Builder |
AttributeUpdateResponse.Builder.timeUpdated(Date timeUpdated) |
Time when the attribute’s properties were updated.
|
AttributeUpdateResponse.Builder |
AttributeUpdateResponse.toBuilder() |
|
AttributeUpdateResponse.Builder |
AttributeUpdateResponse.Builder.unit(AttributeUpdateResponse.Unit unit) |
Unit updated for this attribute.
|