public static class AffectedResource.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AffectedResource.Builder |
additionalProperties(List<Property> additionalProperties)
Additional properties associated with the resource.
|
AffectedResource |
build() |
AffectedResource.Builder |
copy(AffectedResource model) |
AffectedResource.Builder |
region(String region)
The region where the affected resource exists.
|
AffectedResource.Builder |
resourceId(String resourceId)
The OCID of the affected resource.
|
AffectedResource.Builder |
resourceName(String resourceName)
The friendly name of the resource.
|
public AffectedResource.Builder resourceId(String resourceId)
The OCID of the affected resource.
resourceId
- the value to setpublic AffectedResource.Builder resourceName(String resourceName)
The friendly name of the resource.
resourceName
- the value to setpublic AffectedResource.Builder region(String region)
The region where the affected resource exists.
region
- the value to setpublic AffectedResource.Builder additionalProperties(List<Property> additionalProperties)
Additional properties associated with the resource.
additionalProperties
- the value to setpublic AffectedResource build()
public AffectedResource.Builder copy(AffectedResource model)
Copyright © 2016–2024. All rights reserved.