public static class ConfigAssociationDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ConfigAssociationDetails |
build() |
ConfigAssociationDetails.Builder |
copy(ConfigAssociationDetails model) |
ConfigAssociationDetails.Builder |
displayName(String displayName)
A user-friendly name.
|
ConfigAssociationDetails.Builder |
id(String id)
The OCID of the resource.
|
public ConfigAssociationDetails.Builder id(String id)
The OCID of the resource.
id
- the value to setpublic ConfigAssociationDetails.Builder displayName(String displayName)
A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Example: My new resource
displayName
- the value to setpublic ConfigAssociationDetails build()
public ConfigAssociationDetails.Builder copy(ConfigAssociationDetails model)
Copyright © 2016–2024. All rights reserved.