public static class BulkUpdateAttributeDetail.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BulkUpdateAttributeDetail.Builder |
attributeName(String attributeName)
Name of the attribute for which notes are to be updated.
|
BulkUpdateAttributeDetail.Builder |
attributeNameSpace(BulkUpdateAttributeDetail.AttributeNameSpace attributeNameSpace)
Namespace of the attribute for which the properties are to be updated.
|
BulkUpdateAttributeDetail |
build() |
BulkUpdateAttributeDetail.Builder |
copy(BulkUpdateAttributeDetail model) |
BulkUpdateAttributeDetail.Builder |
unit(BulkUpdateAttributeDetail.Unit unit)
Unit of the attribute to be updated.
|
public BulkUpdateAttributeDetail.Builder attributeName(String attributeName)
Name of the attribute for which notes are to be updated.
attributeName
- the value to setpublic BulkUpdateAttributeDetail.Builder unit(BulkUpdateAttributeDetail.Unit unit)
Unit of the attribute to be updated.
unit
- the value to setpublic BulkUpdateAttributeDetail.Builder attributeNameSpace(BulkUpdateAttributeDetail.AttributeNameSpace attributeNameSpace)
Namespace of the attribute for which the properties are to be updated.
attributeNameSpace
- the value to setpublic BulkUpdateAttributeDetail build()
public BulkUpdateAttributeDetail.Builder copy(BulkUpdateAttributeDetail model)
Copyright © 2016–2024. All rights reserved.