Package com.oracle.bmc.apmtraces.model
Class BulkPinAttributeDetail.Builder
- java.lang.Object
-
- com.oracle.bmc.apmtraces.model.BulkPinAttributeDetail.Builder
-
- Enclosing class:
- BulkPinAttributeDetail
public static class BulkPinAttributeDetail.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
attributeName
public BulkPinAttributeDetail.Builder attributeName(String attributeName)
Name of the attribute to be pinned.- Parameters:
attributeName
- the value to set- Returns:
- this builder
-
attributeNameSpace
public 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.
- Parameters:
attributeNameSpace
- the value to set- Returns:
- this builder
-
build
public BulkPinAttributeDetail build()
-
copy
public BulkPinAttributeDetail.Builder copy(BulkPinAttributeDetail model)
-
-