public static class BulkActivateAttributeDetail.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BulkActivateAttributeDetail.Builder |
attributeName(String attributeName)
Name of the attribute to be activated.
|
BulkActivateAttributeDetail.Builder |
attributeNameSpace(BulkActivateAttributeDetail.AttributeNameSpace attributeNameSpace)
Namespace of the attribute to be activated.
|
BulkActivateAttributeDetail.Builder |
attributeType(BulkActivateAttributeDetail.AttributeType attributeType)
Type of the attribute to be activated.
|
BulkActivateAttributeDetail |
build() |
BulkActivateAttributeDetail.Builder |
copy(BulkActivateAttributeDetail model) |
BulkActivateAttributeDetail.Builder |
unit(BulkActivateAttributeDetail.Unit unit)
Unit of the attribute to be updated.
|
public BulkActivateAttributeDetail.Builder attributeName(String attributeName)
Name of the attribute to be activated.
attributeName
- the value to setpublic BulkActivateAttributeDetail.Builder attributeType(BulkActivateAttributeDetail.AttributeType attributeType)
Type of the attribute to be activated.
attributeType
- the value to setpublic BulkActivateAttributeDetail.Builder unit(BulkActivateAttributeDetail.Unit unit)
Unit of the attribute to be updated.
unit
- the value to setpublic BulkActivateAttributeDetail.Builder attributeNameSpace(BulkActivateAttributeDetail.AttributeNameSpace attributeNameSpace)
Namespace of the attribute to be activated. The attributeNameSpace will default to TRACES if it is not passed in.
attributeNameSpace
- the value to setpublic BulkActivateAttributeDetail build()
public BulkActivateAttributeDetail.Builder copy(BulkActivateAttributeDetail model)
Copyright © 2016–2024. All rights reserved.