Package com.oracle.bmc.apmtraces.model
Class AttributeMetadata.Builder
- java.lang.Object
- 
- com.oracle.bmc.apmtraces.model.AttributeMetadata.Builder
 
- 
- Enclosing class:
- AttributeMetadata
 
 public static class AttributeMetadata.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeMetadata.BuilderattributeType(AttributeMetadata.AttributeType attributeType)Type associated with the attribute key.AttributeMetadata.BuilderattributeUnit(AttributeMetadata.AttributeUnit attributeUnit)Unit associated with the attribute key.AttributeMetadatabuild()AttributeMetadata.Buildercopy(AttributeMetadata model)
 
- 
- 
- 
Method Detail- 
attributeTypepublic AttributeMetadata.Builder attributeType(AttributeMetadata.AttributeType attributeType) Type associated with the attribute key.- Parameters:
- attributeType- the value to set
- Returns:
- this builder
 
 - 
attributeUnitpublic AttributeMetadata.Builder attributeUnit(AttributeMetadata.AttributeUnit attributeUnit) Unit associated with the attribute key.If unit is not specified, it defaults to NONE. - Parameters:
- attributeUnit- the value to set
- Returns:
- this builder
 
 - 
buildpublic AttributeMetadata build() 
 - 
copypublic AttributeMetadata.Builder copy(AttributeMetadata model) 
 
- 
 
-