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.externalSecretRotationMetadata(Collection<ExternalSecretRotationMetadataItem> externalSecretRotationMetadata) |
The metadata needed to successfully rotate a managed external secret.
|
SecretListEntry.Builder |
SecretListEntry.Builder.externalSecretRotationMetadata(Consumer<ExternalSecretRotationMetadataItem.Builder>... externalSecretRotationMetadata) |
The metadata needed to successfully rotate a managed external secret.
|
SecretListEntry.Builder |
SecretListEntry.Builder.externalSecretRotationMetadata(ExternalSecretRotationMetadataItem... externalSecretRotationMetadata) |
The metadata needed to successfully rotate a managed external secret.
|
SecretListEntry.Builder |
SecretListEntry.Builder.externalSecretRotationRoleArn(String externalSecretRotationRoleArn) |
The role that Secrets Manager assumes to call APIs required to perform the rotation.
|
SecretListEntry.Builder |
SecretListEntry.Builder.kmsKeyId(String kmsKeyId) |
The ARN of the KMS key that Secrets Manager uses to encrypt the secret value.
|
SecretListEntry.Builder |
SecretListEntry.Builder.lastAccessedDate(Instant lastAccessedDate) |
The date that the secret was last accessed in the Region.
|
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.nextRotationDate(Instant nextRotationDate) |
The next rotation is scheduled to occur on or before this date.
|
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() |
|
SecretListEntry.Builder |
SecretListEntry.Builder.type(String type) |
The exact string that identifies the third-party partner that holds the external secret.
|