Package com.oracle.bmc.apmtraces.model
Class BulkUnpinAttributeDetail.Builder
- java.lang.Object
-
- com.oracle.bmc.apmtraces.model.BulkUnpinAttributeDetail.Builder
-
- Enclosing class:
- BulkUnpinAttributeDetail
public static class BulkUnpinAttributeDetail.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BulkUnpinAttributeDetail.Builder
attributeName(String attributeName)
Name of the attribute to be unpinned.BulkUnpinAttributeDetail.Builder
attributeNameSpace(BulkUnpinAttributeDetail.AttributeNameSpace attributeNameSpace)
Namespace of the attribute to be unpinned.BulkUnpinAttributeDetail
build()
BulkUnpinAttributeDetail.Builder
copy(BulkUnpinAttributeDetail model)
-
-
-
Method Detail
-
attributeName
public BulkUnpinAttributeDetail.Builder attributeName(String attributeName)
Name of the attribute to be unpinned.- Parameters:
attributeName
- the value to set- Returns:
- this builder
-
attributeNameSpace
public BulkUnpinAttributeDetail.Builder attributeNameSpace(BulkUnpinAttributeDetail.AttributeNameSpace attributeNameSpace)
Namespace of the attribute to be unpinned.The attributeNameSpace will default to TRACES if it is not passed in.
- Parameters:
attributeNameSpace
- the value to set- Returns:
- this builder
-
build
public BulkUnpinAttributeDetail build()
-
copy
public BulkUnpinAttributeDetail.Builder copy(BulkUnpinAttributeDetail model)
-
-