Uses of Interface
software.amazon.awssdk.services.secretsmanager.model.SecretListEntry.Builder
Packages that use SecretListEntry.Builder
-
Uses of SecretListEntry.Builder in software.amazon.awssdk.services.secretsmanager.model
Methods in software.amazon.awssdk.services.secretsmanager.model that return SecretListEntry.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the secret.static SecretListEntry.BuilderSecretListEntry.builder()SecretListEntry.Builder.createdDate(Instant createdDate) The date and time when a secret was created.SecretListEntry.Builder.deletedDate(Instant deletedDate) The date and time the deletion of the secret occurred.SecretListEntry.Builder.description(String description) The user-provided description of the secret.SecretListEntry.Builder.externalSecretRotationMetadata(Collection<ExternalSecretRotationMetadataItem> externalSecretRotationMetadata) The metadata needed to successfully rotate a managed external secret.SecretListEntry.Builder.externalSecretRotationMetadata(Consumer<ExternalSecretRotationMetadataItem.Builder>... externalSecretRotationMetadata) The metadata needed to successfully rotate a managed external secret.SecretListEntry.Builder.externalSecretRotationMetadata(ExternalSecretRotationMetadataItem... externalSecretRotationMetadata) The metadata needed to successfully rotate a managed external secret.SecretListEntry.Builder.externalSecretRotationRoleArn(String externalSecretRotationRoleArn) The role that Secrets Manager assumes to call APIs required to perform the rotation.The ARN of the KMS key that Secrets Manager uses to encrypt the secret value.SecretListEntry.Builder.lastAccessedDate(Instant lastAccessedDate) The date that the secret was last accessed in the Region.SecretListEntry.Builder.lastChangedDate(Instant lastChangedDate) The last date and time that this secret was modified in any way.SecretListEntry.Builder.lastRotatedDate(Instant lastRotatedDate) The most recent date and time that the Secrets Manager rotation process was successfully completed.The friendly name of the secret.SecretListEntry.Builder.nextRotationDate(Instant nextRotationDate) The next rotation is scheduled to occur on or before this date.SecretListEntry.Builder.owningService(String owningService) Returns the name of the service that created the secret.SecretListEntry.Builder.primaryRegion(String primaryRegion) The Region where Secrets Manager originated the secret.SecretListEntry.Builder.rotationEnabled(Boolean rotationEnabled) Indicates whether automatic, scheduled rotation is enabled for this secret.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 toRotateSecret.default SecretListEntry.BuilderSecretListEntry.Builder.rotationRules(Consumer<RotationRulesType.Builder> rotationRules) A structure that defines the rotation configuration for the secret.SecretListEntry.Builder.rotationRules(RotationRulesType rotationRules) A structure that defines the rotation configuration for the secret.SecretListEntry.Builder.secretVersionsToStages(Map<String, ? extends Collection<String>> secretVersionsToStages) A list of all of the currently assignedSecretVersionStagestaging labels and theSecretVersionIdattached to each one.SecretListEntry.Builder.tags(Collection<Tag> tags) The list of user-defined tags associated with the secret.SecretListEntry.Builder.tags(Consumer<Tag.Builder>... tags) The list of user-defined tags associated with the secret.The list of user-defined tags associated with the secret.SecretListEntry.toBuilder()The exact string that identifies the third-party partner that holds the external secret.Methods in software.amazon.awssdk.services.secretsmanager.model that return types with arguments of type SecretListEntry.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SecretListEntry.Builder>SecretListEntry.serializableBuilderClass()