| Package | Description |
|---|---|
| software.amazon.awssdk.services.secretsmanager.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeSecretResponse.Builder |
DescribeSecretResponse.Builder.arn(String arn)
The ARN of the secret.
|
static DescribeSecretResponse.Builder |
DescribeSecretResponse.builder() |
DescribeSecretResponse.Builder |
DescribeSecretResponse.Builder.createdDate(Instant createdDate)
The date you created the secret.
|
DescribeSecretResponse.Builder |
DescribeSecretResponse.Builder.deletedDate(Instant deletedDate)
This value exists if the secret is scheduled for deletion.
|
DescribeSecretResponse.Builder |
DescribeSecretResponse.Builder.description(String description)
The user-provided description of the secret.
|
DescribeSecretResponse.Builder |
DescribeSecretResponse.Builder.kmsKeyId(String kmsKeyId)
The ARN or alias of the Amazon Web Services KMS customer master key (CMK) that's used to encrypt the
SecretString or SecretBinary fields in each version of the secret. |
DescribeSecretResponse.Builder |
DescribeSecretResponse.Builder.lastAccessedDate(Instant lastAccessedDate)
The last date that this secret was accessed.
|
DescribeSecretResponse.Builder |
DescribeSecretResponse.Builder.lastChangedDate(Instant lastChangedDate)
The last date and time that this secret was modified in any way.
|
DescribeSecretResponse.Builder |
DescribeSecretResponse.Builder.lastRotatedDate(Instant lastRotatedDate)
The last date and time that the rotation process for this secret was invoked.
|
DescribeSecretResponse.Builder |
DescribeSecretResponse.Builder.name(String name)
The user-provided friendly name of the secret.
|
DescribeSecretResponse.Builder |
DescribeSecretResponse.Builder.owningService(String owningService)
Returns the name of the service that created this secret.
|
DescribeSecretResponse.Builder |
DescribeSecretResponse.Builder.primaryRegion(String primaryRegion)
Specifies the primary region for secret replication.
|
DescribeSecretResponse.Builder |
DescribeSecretResponse.Builder.replicationStatus(Collection<ReplicationStatusType> replicationStatus)
Describes a list of replication status objects as
InProgress, Failed or
InSync.P |
DescribeSecretResponse.Builder |
DescribeSecretResponse.Builder.replicationStatus(Consumer<ReplicationStatusType.Builder>... replicationStatus)
Describes a list of replication status objects as
InProgress, Failed or
InSync.P |
DescribeSecretResponse.Builder |
DescribeSecretResponse.Builder.replicationStatus(ReplicationStatusType... replicationStatus)
Describes a list of replication status objects as
InProgress, Failed or
InSync.P |
DescribeSecretResponse.Builder |
DescribeSecretResponse.Builder.rotationEnabled(Boolean rotationEnabled)
Specifies whether automatic rotation is enabled for this secret.
|
DescribeSecretResponse.Builder |
DescribeSecretResponse.Builder.rotationLambdaARN(String rotationLambdaARN)
The ARN of a Lambda function that's invoked by Secrets Manager to rotate the secret either automatically per
the schedule or manually by a call to
RotateSecret. |
default DescribeSecretResponse.Builder |
DescribeSecretResponse.Builder.rotationRules(Consumer<RotationRulesType.Builder> rotationRules)
A structure with the rotation configuration for this secret.
|
DescribeSecretResponse.Builder |
DescribeSecretResponse.Builder.rotationRules(RotationRulesType rotationRules)
A structure with the rotation configuration for this secret.
|
DescribeSecretResponse.Builder |
DescribeSecretResponse.Builder.tags(Collection<Tag> tags)
The list of user-defined tags that are associated with the secret.
|
DescribeSecretResponse.Builder |
DescribeSecretResponse.Builder.tags(Consumer<Tag.Builder>... tags)
The list of user-defined tags that are associated with the secret.
|
DescribeSecretResponse.Builder |
DescribeSecretResponse.Builder.tags(Tag... tags)
The list of user-defined tags that are associated with the secret.
|
DescribeSecretResponse.Builder |
DescribeSecretResponse.toBuilder() |
DescribeSecretResponse.Builder |
DescribeSecretResponse.Builder.versionIdsToStages(Map<String,? extends Collection<String>> versionIdsToStages)
A list of all of the currently assigned
VersionStage staging labels and the
VersionId that each is attached to. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeSecretResponse.Builder> |
DescribeSecretResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.