public static class BulkUpdateAttributeNotesDetail.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BulkUpdateAttributeNotesDetail.Builder |
attributeName(String attributeName)
Name of the attribute for which notes are to be updated.
|
BulkUpdateAttributeNotesDetail.Builder |
attributeNameSpace(BulkUpdateAttributeNotesDetail.AttributeNameSpace attributeNameSpace)
Namespace of the attribute for which the notes are to be updated.
|
BulkUpdateAttributeNotesDetail |
build() |
BulkUpdateAttributeNotesDetail.Builder |
copy(BulkUpdateAttributeNotesDetail model) |
BulkUpdateAttributeNotesDetail.Builder |
notes(String notes)
Notes to be updated.
|
public BulkUpdateAttributeNotesDetail.Builder attributeName(String attributeName)
Name of the attribute for which notes are to be updated.
attributeName
- the value to setpublic BulkUpdateAttributeNotesDetail.Builder notes(String notes)
Notes to be updated. The size of notes cannot exceed 1000 chars.
notes
- the value to setpublic BulkUpdateAttributeNotesDetail.Builder attributeNameSpace(BulkUpdateAttributeNotesDetail.AttributeNameSpace attributeNameSpace)
Namespace of the attribute for which the notes are to be updated. The attributeNameSpace will default to TRACES if it is not passed in.
attributeNameSpace
- the value to setpublic BulkUpdateAttributeNotesDetail build()
public BulkUpdateAttributeNotesDetail.Builder copy(BulkUpdateAttributeNotesDetail model)
Copyright © 2016–2024. All rights reserved.