| 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.deletedDate(Instant deletedDate)
The date and time on which this secret was deleted.
|
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 AWS KMS customer master key (CMK) that's 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 last date and time that the rotation process for this secret was invoked.
|
SecretListEntry.Builder |
SecretListEntry.Builder.name(String name)
The friendly name of the secret.
|
SecretListEntry.Builder |
SecretListEntry.Builder.owningService(String owningService)
Sets the value of the OwningService property for this object.
|
SecretListEntry.Builder |
SecretListEntry.Builder.rotationEnabled(Boolean rotationEnabled)
Indicated whether automatic, scheduled rotation is enabled for this secret.
|
SecretListEntry.Builder |
SecretListEntry.Builder.rotationLambdaARN(String rotationLambdaARN)
The ARN of an AWS Lambda function that's 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 that each is attached to. |
SecretListEntry.Builder |
SecretListEntry.Builder.tags(Collection<Tag> tags)
The list of user-defined tags that are associated with the secret.
|
SecretListEntry.Builder |
SecretListEntry.Builder.tags(Consumer<Tag.Builder>... tags)
The list of user-defined tags that are associated with the secret.
|
SecretListEntry.Builder |
SecretListEntry.Builder.tags(Tag... tags)
The list of user-defined tags that are associated with the secret.
|
SecretListEntry.Builder |
SecretListEntry.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SecretListEntry.Builder> |
SecretListEntry.serializableBuilderClass() |
Copyright © 2019. All rights reserved.