Package com.oracle.bmc.oda.model
Class ResourceTypeMetadata.Builder
- java.lang.Object
-
- com.oracle.bmc.oda.model.ResourceTypeMetadata.Builder
-
- Enclosing class:
- ResourceTypeMetadata
public static class ResourceTypeMetadata.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceTypeMetadata
build()
ResourceTypeMetadata.Builder
copy(ResourceTypeMetadata model)
ResourceTypeMetadata.Builder
properties(List<MetadataProperty> properties)
Any properties needed to describe the content and its usage for this resource type, and within the containing package.ResourceTypeMetadata.Builder
resourceType(String resourceType)
The type of the resource described by this metadata object.
-
-
-
Method Detail
-
resourceType
public ResourceTypeMetadata.Builder resourceType(String resourceType)
The type of the resource described by this metadata object.- Parameters:
resourceType
- the value to set- Returns:
- this builder
-
properties
public ResourceTypeMetadata.Builder properties(List<MetadataProperty> properties)
Any properties needed to describe the content and its usage for this resource type, and within the containing package.- Parameters:
properties
- the value to set- Returns:
- this builder
-
build
public ResourceTypeMetadata build()
-
copy
public ResourceTypeMetadata.Builder copy(ResourceTypeMetadata model)
-
-