public static class DbInstance.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DbInstance.Builder |
availabilityDomain(String availabilityDomain)
The availability domain in which the database instance node is located.
|
DbInstance |
build() |
DbInstance.Builder |
copy(DbInstance model) |
DbInstance.Builder |
description(String description)
Description of the database instance node.
|
DbInstance.Builder |
displayName(String displayName)
A user-friendly display name for the database instance node.
|
DbInstance.Builder |
id(String id)
A unique identifier for the database instance node.
|
DbInstance.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
DbInstance.Builder |
lifecycleState(DbInstance.LifecycleState lifecycleState)
The current state of the database instance node.
|
DbInstance.Builder |
timeCreated(Date timeCreated)
The date and time that the database instance node was created, expressed in RFC
3339 timestamp format.
|
DbInstance.Builder |
timeUpdated(Date timeUpdated)
The date and time that the database instance node was updated, expressed in RFC
3339 timestamp format.
|
public DbInstance.Builder id(String id)
A unique identifier for the database instance node. Immutable on creation.
id
- the value to setpublic DbInstance.Builder displayName(String displayName)
A user-friendly display name for the database instance node. Avoid entering confidential information.
displayName
- the value to setpublic DbInstance.Builder description(String description)
Description of the database instance node.
description
- the value to setpublic DbInstance.Builder availabilityDomain(String availabilityDomain)
The availability domain in which the database instance node is located.
availabilityDomain
- the value to setpublic DbInstance.Builder lifecycleState(DbInstance.LifecycleState lifecycleState)
The current state of the database instance node.
lifecycleState
- the value to setpublic DbInstance.Builder lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
lifecycleDetails
- the value to setpublic DbInstance.Builder timeCreated(Date timeCreated)
The date and time that the database instance node was created, expressed in RFC 3339 timestamp format.
Example: 2016-08-25T21:10:29.600Z
timeCreated
- the value to setpublic DbInstance.Builder timeUpdated(Date timeUpdated)
The date and time that the database instance node was updated, expressed in RFC 3339 timestamp format.
Example: 2016-08-25T21:10:29.600Z
timeUpdated
- the value to setpublic DbInstance build()
public DbInstance.Builder copy(DbInstance model)
Copyright © 2016–2024. All rights reserved.