public static interface PutSecretValueResponse.Builder extends SecretsManagerResponse.Builder, SdkPojo, CopyableBuilder<PutSecretValueResponse.Builder,PutSecretValueResponse>
| Modifier and Type | Method and Description |
|---|---|
PutSecretValueResponse.Builder |
arn(String arn)
The ARN of the secret.
|
PutSecretValueResponse.Builder |
name(String name)
The name of the secret.
|
PutSecretValueResponse.Builder |
versionId(String versionId)
The unique identifier of the version of the secret.
|
PutSecretValueResponse.Builder |
versionStages(Collection<String> versionStages)
The list of staging labels that are currently attached to this version of the secret.
|
PutSecretValueResponse.Builder |
versionStages(String... versionStages)
The list of staging labels that are currently attached to this version of the secret.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutSecretValueResponse.Builder arn(String arn)
The ARN of the secret.
arn - The ARN of the secret.PutSecretValueResponse.Builder name(String name)
The name of the secret.
name - The name of the secret.PutSecretValueResponse.Builder versionId(String versionId)
The unique identifier of the version of the secret.
versionId - The unique identifier of the version of the secret.PutSecretValueResponse.Builder versionStages(Collection<String> versionStages)
The list of staging labels that are currently attached to this version of the secret. Secrets Manager uses staging labels to track a version as it progresses through the secret rotation process.
versionStages - The list of staging labels that are currently attached to this version of the secret. Secrets Manager
uses staging labels to track a version as it progresses through the secret rotation process.PutSecretValueResponse.Builder versionStages(String... versionStages)
The list of staging labels that are currently attached to this version of the secret. Secrets Manager uses staging labels to track a version as it progresses through the secret rotation process.
versionStages - The list of staging labels that are currently attached to this version of the secret. Secrets Manager
uses staging labels to track a version as it progresses through the secret rotation process.Copyright © 2023. All rights reserved.