public static class GsmDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GsmDetails |
build() |
GsmDetails.Builder |
computeCount(Float computeCount)
The compute count for the GSM instance.
|
GsmDetails.Builder |
copy(GsmDetails model) |
GsmDetails.Builder |
dataStorageSizeInGbs(Double dataStorageSizeInGbs)
The data disk group size to be allocated in GBs.
|
GsmDetails.Builder |
metadata(Map<String,Object> metadata)
Additional metadata related to GSM’s underlying supporting resource.
|
GsmDetails.Builder |
name(String name)
Name of the GSM instance
|
GsmDetails.Builder |
status(GsmDetails.Status status)
Status of shard or catalog or gsm for the sharded database.
|
GsmDetails.Builder |
supportingResourceId(String supportingResourceId)
Identifier of the underlying supporting resource.
|
GsmDetails.Builder |
timeCreated(Date timeCreated)
The time the GSM instance was created.
|
GsmDetails.Builder |
timeSslCertificateExpires(Date timeSslCertificateExpires)
The time the ssl certificate associated with GSM expires.
|
GsmDetails.Builder |
timeUpdated(Date timeUpdated)
The time the GSM instance was last updated.
|
public GsmDetails.Builder name(String name)
Name of the GSM instance
name
- the value to setpublic GsmDetails.Builder computeCount(Float computeCount)
The compute count for the GSM instance.
computeCount
- the value to setpublic GsmDetails.Builder dataStorageSizeInGbs(Double dataStorageSizeInGbs)
The data disk group size to be allocated in GBs.
dataStorageSizeInGbs
- the value to setpublic GsmDetails.Builder timeCreated(Date timeCreated)
The time the GSM instance was created. An RFC3339 formatted datetime string
timeCreated
- the value to setpublic GsmDetails.Builder timeUpdated(Date timeUpdated)
The time the GSM instance was last updated. An RFC3339 formatted datetime string
timeUpdated
- the value to setpublic GsmDetails.Builder timeSslCertificateExpires(Date timeSslCertificateExpires)
The time the ssl certificate associated with GSM expires. An RFC3339 formatted datetime string
timeSslCertificateExpires
- the value to setpublic GsmDetails.Builder status(GsmDetails.Status status)
Status of shard or catalog or gsm for the sharded database.
status
- the value to setpublic GsmDetails.Builder supportingResourceId(String supportingResourceId)
Identifier of the underlying supporting resource.
supportingResourceId
- the value to setpublic GsmDetails.Builder metadata(Map<String,Object> metadata)
Additional metadata related to GSM’s underlying supporting resource.
metadata
- the value to setpublic GsmDetails build()
public GsmDetails.Builder copy(GsmDetails model)
Copyright © 2016–2024. All rights reserved.