Interface SecretVersionsListEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SecretVersionsListEntry.Builder,,SecretVersionsListEntry> SdkBuilder<SecretVersionsListEntry.Builder,,SecretVersionsListEntry> SdkPojo
- Enclosing class:
- SecretVersionsListEntry
@Mutable
@NotThreadSafe
public static interface SecretVersionsListEntry.Builder
extends SdkPojo, CopyableBuilder<SecretVersionsListEntry.Builder,SecretVersionsListEntry>
-
Method Summary
Modifier and TypeMethodDescriptioncreatedDate(Instant createdDate) The date and time this version of the secret was created.The KMS keys used to encrypt the secret version.kmsKeyIds(Collection<String> kmsKeyIds) The KMS keys used to encrypt the secret version.lastAccessedDate(Instant lastAccessedDate) The date that this version of the secret was last accessed.The unique version identifier of this version of the secret.versionStages(String... versionStages) An array of staging labels that are currently associated with this version of the secret.versionStages(Collection<String> versionStages) An array of staging labels that are currently associated with this version of the secret.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
versionId
The unique version identifier of this version of the secret.
- Parameters:
versionId- The unique version identifier of this version of the secret.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionStages
An array of staging labels that are currently associated with this version of the secret.
- Parameters:
versionStages- An array of staging labels that are currently associated with this version of the secret.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionStages
An array of staging labels that are currently associated with this version of the secret.
- Parameters:
versionStages- An array of staging labels that are currently associated with this version of the secret.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastAccessedDate
The date that this version of the secret was last accessed. Note that the resolution of this field is at the date level and does not include the time.
- Parameters:
lastAccessedDate- The date that this version of the secret was last accessed. Note that the resolution of this field is at the date level and does not include the time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdDate
The date and time this version of the secret was created.
- Parameters:
createdDate- The date and time this version of the secret was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyIds
The KMS keys used to encrypt the secret version.
- Parameters:
kmsKeyIds- The KMS keys used to encrypt the secret version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyIds
The KMS keys used to encrypt the secret version.
- Parameters:
kmsKeyIds- The KMS keys used to encrypt the secret version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-