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 Amazon Resource Name (ARN) for the secret for which you just created a version.
|
PutSecretValueResponse.Builder |
name(String name)
The friendly name of the secret for which you just created or updated a version.
|
PutSecretValueResponse.Builder |
versionId(String versionId)
The unique identifier of the version of the secret you just created or updated.
|
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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
PutSecretValueResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) for the secret for which you just created a version.
arn
- The Amazon Resource Name (ARN) for the secret for which you just created a version.PutSecretValueResponse.Builder name(String name)
The friendly name of the secret for which you just created or updated a version.
name
- The friendly name of the secret for which you just created or updated a version.PutSecretValueResponse.Builder versionId(String versionId)
The unique identifier of the version of the secret you just created or updated.
versionId
- The unique identifier of the version of the secret you just created or updated.PutSecretValueResponse.Builder versionStages(Collection<String> versionStages)
The list of staging labels that are currently attached to this version of the secret. Staging labels are used 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. Staging labels
are used 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. Staging labels are used 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. Staging labels
are used to track a version as it progresses through the secret rotation process.Copyright © 2021. All rights reserved.