public static class SecretBundleVersionSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SecretBundleVersionSummary |
build() |
SecretBundleVersionSummary.Builder |
copy(SecretBundleVersionSummary model) |
SecretBundleVersionSummary.Builder |
secretId(String secretId)
The OCID of the secret.
|
SecretBundleVersionSummary.Builder |
stages(List<SecretBundleVersionSummary.Stages> stages)
A list of possible rotation states for the secret bundle.
|
SecretBundleVersionSummary.Builder |
timeCreated(Date timeCreated)
The time when the secret bundle was created.
|
SecretBundleVersionSummary.Builder |
timeOfDeletion(Date timeOfDeletion)
An optional property indicating when to delete the secret version, expressed in RFC
3339 timestamp format.
|
SecretBundleVersionSummary.Builder |
timeOfExpiry(Date timeOfExpiry)
An optional property indicating when the secret version will expire, expressed in RFC
3339 timestamp format.
|
SecretBundleVersionSummary.Builder |
versionName(String versionName)
The version name of the secret bundle, as provided when the secret was created or last
rotated.
|
SecretBundleVersionSummary.Builder |
versionNumber(Long versionNumber)
The version number of the secret.
|
public SecretBundleVersionSummary.Builder secretId(String secretId)
The OCID of the secret.
secretId
- the value to setpublic SecretBundleVersionSummary.Builder timeCreated(Date timeCreated)
The time when the secret bundle was created.
timeCreated
- the value to setpublic SecretBundleVersionSummary.Builder versionNumber(Long versionNumber)
The version number of the secret.
versionNumber
- the value to setpublic SecretBundleVersionSummary.Builder versionName(String versionName)
The version name of the secret bundle, as provided when the secret was created or last rotated.
versionName
- the value to setpublic SecretBundleVersionSummary.Builder timeOfDeletion(Date timeOfDeletion)
An optional property indicating when to delete the secret version, expressed in RFC
3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
timeOfDeletion
- the value to setpublic SecretBundleVersionSummary.Builder timeOfExpiry(Date timeOfExpiry)
An optional property indicating when the secret version will expire, expressed in RFC
3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
timeOfExpiry
- the value to setpublic SecretBundleVersionSummary.Builder stages(List<SecretBundleVersionSummary.Stages> stages)
A list of possible rotation states for the secret bundle.
stages
- the value to setpublic SecretBundleVersionSummary build()
public SecretBundleVersionSummary.Builder copy(SecretBundleVersionSummary model)
Copyright © 2016–2024. All rights reserved.