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