public static class ExternalServicedAsm.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExternalServicedAsm |
build() |
ExternalServicedAsm.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment in which the external ASM resides.
|
ExternalServicedAsm.Builder |
copy(ExternalServicedAsm model) |
ExternalServicedAsm.Builder |
displayName(String displayName)
The user-friendly name for the external ASM.
|
ExternalServicedAsm.Builder |
id(String id)
The OCID of the
external ASM.
|
public ExternalServicedAsm.Builder id(String id)
The OCID of the external ASM.
id
- the value to setpublic ExternalServicedAsm.Builder displayName(String displayName)
The user-friendly name for the external ASM. The name does not have to be unique.
displayName
- the value to setpublic ExternalServicedAsm.Builder compartmentId(String compartmentId)
The OCID of the compartment in which the external ASM resides.
compartmentId
- the value to setpublic ExternalServicedAsm build()
public ExternalServicedAsm.Builder copy(ExternalServicedAsm model)
Copyright © 2016–2024. All rights reserved.