Uses of Interface
software.amazon.awssdk.services.secretsmanager.model.DescribeSecretResponse.Builder
Packages that use DescribeSecretResponse.Builder
-
Uses of DescribeSecretResponse.Builder in software.amazon.awssdk.services.secretsmanager.model
Methods in software.amazon.awssdk.services.secretsmanager.model that return DescribeSecretResponse.BuilderModifier and TypeMethodDescriptionThe ARN of the secret.DescribeSecretResponse.builder()DescribeSecretResponse.Builder.createdDate(Instant createdDate) The date the secret was created.DescribeSecretResponse.Builder.deletedDate(Instant deletedDate) The date the secret is scheduled for deletion.DescribeSecretResponse.Builder.description(String description) The description of the secret.DescribeSecretResponse.Builder.externalSecretRotationMetadata(Collection<ExternalSecretRotationMetadataItem> externalSecretRotationMetadata) The metadata needed to successfully rotate a managed external secret.DescribeSecretResponse.Builder.externalSecretRotationMetadata(Consumer<ExternalSecretRotationMetadataItem.Builder>... externalSecretRotationMetadata) The metadata needed to successfully rotate a managed external secret.DescribeSecretResponse.Builder.externalSecretRotationMetadata(ExternalSecretRotationMetadataItem... externalSecretRotationMetadata) The metadata needed to successfully rotate a managed external secret.DescribeSecretResponse.Builder.externalSecretRotationRoleArn(String externalSecretRotationRoleArn) The Amazon Resource Name (ARN) of the role that allows Secrets Manager to rotate a secret held by a third-party partner.The key ID or alias ARN of the KMS key that Secrets Manager uses to encrypt the secret value.DescribeSecretResponse.Builder.lastAccessedDate(Instant lastAccessedDate) The date that the secret was last accessed in the Region.DescribeSecretResponse.Builder.lastChangedDate(Instant lastChangedDate) The last date and time that this secret was modified in any way.DescribeSecretResponse.Builder.lastRotatedDate(Instant lastRotatedDate) The last date and time that Secrets Manager rotated the secret.The name of the secret.DescribeSecretResponse.Builder.nextRotationDate(Instant nextRotationDate) The next rotation is scheduled to occur on or before this date.DescribeSecretResponse.Builder.owningService(String owningService) The ID of the service that created this secret.DescribeSecretResponse.Builder.primaryRegion(String primaryRegion) The Region the secret is in.DescribeSecretResponse.Builder.replicationStatus(Collection<ReplicationStatusType> replicationStatus) A list of the replicas of this secret and their status:DescribeSecretResponse.Builder.replicationStatus(Consumer<ReplicationStatusType.Builder>... replicationStatus) A list of the replicas of this secret and their status:DescribeSecretResponse.Builder.replicationStatus(ReplicationStatusType... replicationStatus) A list of the replicas of this secret and their status:DescribeSecretResponse.Builder.rotationEnabled(Boolean rotationEnabled) Specifies whether automatic rotation is turned on for this secret.DescribeSecretResponse.Builder.rotationLambdaARN(String rotationLambdaARN) The ARN of the Lambda function that Secrets Manager invokes to rotate the secret.default DescribeSecretResponse.BuilderDescribeSecretResponse.Builder.rotationRules(Consumer<RotationRulesType.Builder> rotationRules) The rotation schedule and Lambda function for this secret.DescribeSecretResponse.Builder.rotationRules(RotationRulesType rotationRules) The rotation schedule and Lambda function for this secret.DescribeSecretResponse.Builder.tags(Collection<Tag> tags) The list of tags attached to the secret.DescribeSecretResponse.Builder.tags(Consumer<Tag.Builder>... tags) The list of tags attached to the secret.The list of tags attached to the secret.DescribeSecretResponse.toBuilder()The exact string that identifies the partner that holds the external secret.DescribeSecretResponse.Builder.versionIdsToStages(Map<String, ? extends Collection<String>> versionIdsToStages) A list of the versions of the secret that have staging labels attached.Methods in software.amazon.awssdk.services.secretsmanager.model that return types with arguments of type DescribeSecretResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeSecretResponse.Builder>DescribeSecretResponse.serializableBuilderClass()