| Package | Description |
|---|---|
| software.amazon.awssdk.services.secretsmanager.model |
| Modifier and Type | Method and Description |
|---|---|
SecretListEntry.Builder |
SecretListEntry.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the secret.
|
static SecretListEntry.Builder |
SecretListEntry.builder() |
SecretListEntry.Builder |
SecretListEntry.Builder.createdDate(Instant createdDate)
The date and time when a secret was created.
|
SecretListEntry.Builder |
SecretListEntry.Builder.deletedDate(Instant deletedDate)
The date and time the deletion of the secret occurred.
|
SecretListEntry.Builder |
SecretListEntry.Builder.description(String description)
The user-provided description of the secret.
|
SecretListEntry.Builder |
SecretListEntry.Builder.kmsKeyId(String kmsKeyId)
The ARN or alias of the Amazon Web Services KMS customer master key (CMK) used to encrypt the
SecretString and SecretBinary fields in each version of the secret. |
SecretListEntry.Builder |
SecretListEntry.Builder.lastAccessedDate(Instant lastAccessedDate)
The last date that this secret was accessed.
|
SecretListEntry.Builder |
SecretListEntry.Builder.lastChangedDate(Instant lastChangedDate)
The last date and time that this secret was modified in any way.
|
SecretListEntry.Builder |
SecretListEntry.Builder.lastRotatedDate(Instant lastRotatedDate)
The most recent date and time that the Secrets Manager rotation process was successfully completed.
|
SecretListEntry.Builder |
SecretListEntry.Builder.name(String name)
The friendly name of the secret.
|
SecretListEntry.Builder |
SecretListEntry.Builder.owningService(String owningService)
Returns the name of the service that created the secret.
|
SecretListEntry.Builder |
SecretListEntry.Builder.primaryRegion(String primaryRegion)
The Region where Secrets Manager originated the secret.
|
SecretListEntry.Builder |
SecretListEntry.Builder.rotationEnabled(Boolean rotationEnabled)
Indicates whether automatic, scheduled rotation is enabled for this secret.
|
SecretListEntry.Builder |
SecretListEntry.Builder.rotationLambdaARN(String rotationLambdaARN)
The ARN of an Amazon Web Services Lambda function invoked by Secrets Manager to rotate and expire the secret
either automatically per the schedule or manually by a call to RotateSecret.
|
default SecretListEntry.Builder |
SecretListEntry.Builder.rotationRules(Consumer<RotationRulesType.Builder> rotationRules)
A structure that defines the rotation configuration for the secret.
|
SecretListEntry.Builder |
SecretListEntry.Builder.rotationRules(RotationRulesType rotationRules)
A structure that defines the rotation configuration for the secret.
|
SecretListEntry.Builder |
SecretListEntry.Builder.secretVersionsToStages(Map<String,? extends Collection<String>> secretVersionsToStages)
A list of all of the currently assigned
SecretVersionStage staging labels and the
SecretVersionId attached to each one. |
SecretListEntry.Builder |
SecretListEntry.Builder.tags(Collection<Tag> tags)
The list of user-defined tags associated with the secret.
|
SecretListEntry.Builder |
SecretListEntry.Builder.tags(Consumer<Tag.Builder>... tags)
The list of user-defined tags associated with the secret.
|
SecretListEntry.Builder |
SecretListEntry.Builder.tags(Tag... tags)
The list of user-defined tags associated with the secret.
|
SecretListEntry.Builder |
SecretListEntry.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SecretListEntry.Builder> |
SecretListEntry.serializableBuilderClass() |
Copyright © 2021. All rights reserved.