public static class AssociatedServiceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AssociatedServiceDetails |
build() |
AssociatedServiceDetails.Builder |
copy(AssociatedServiceDetails model) |
AssociatedServiceDetails.Builder |
isEnabled(Boolean isEnabled)
The status of the associated service.
|
AssociatedServiceDetails.Builder |
metadata(String metadata)
The associated service-specific inputs in JSON string format, which Database Management
can identify.
|
public AssociatedServiceDetails.Builder isEnabled(Boolean isEnabled)
The status of the associated service.
isEnabled
- the value to setpublic AssociatedServiceDetails.Builder metadata(String metadata)
The associated service-specific inputs in JSON string format, which Database Management can identify.
metadata
- the value to setpublic AssociatedServiceDetails build()
public AssociatedServiceDetails.Builder copy(AssociatedServiceDetails model)
Copyright © 2016–2024. All rights reserved.