Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Resource |
build() |
Resource.Builder |
copy(Resource model) |
Resource.Builder |
id(String id)
This is the resource OCID.
|
Resource.Builder |
metadata(Map<String,String> metadata)
This is additional information that helps to identity the resource for the schedule.
|
public Resource.Builder id(String id)
This is the resource OCID.
id
- the value to setpublic Resource.Builder metadata(Map<String,String> metadata)
This is additional information that helps to identity the resource for the schedule.
{ "id": "
metadata
- the value to setpublic Resource build()
public Resource.Builder copy(Resource model)
Copyright © 2016–2024. All rights reserved.