public static class RestartDbInstanceInDbSystemDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RestartDbInstanceInDbSystemDetails |
build() |
RestartDbInstanceInDbSystemDetails.Builder |
copy(RestartDbInstanceInDbSystemDetails model) |
RestartDbInstanceInDbSystemDetails.Builder |
dbInstanceId(String dbInstanceId)
A unique identifier for the database instance, or node.
|
RestartDbInstanceInDbSystemDetails.Builder |
restartType(RestartDbInstanceInDbSystemDetails.RestartType restartType)
The restart type for the database instance.
|
public RestartDbInstanceInDbSystemDetails.Builder dbInstanceId(String dbInstanceId)
A unique identifier for the database instance, or node.
dbInstanceId
- the value to setpublic RestartDbInstanceInDbSystemDetails.Builder restartType(RestartDbInstanceInDbSystemDetails.RestartType restartType)
The restart type for the database instance.
restartType
- the value to setpublic RestartDbInstanceInDbSystemDetails build()
public RestartDbInstanceInDbSystemDetails.Builder copy(RestartDbInstanceInDbSystemDetails model)
Copyright © 2016–2024. All rights reserved.