public static interface UpdateSecretVersionStageResponse.Builder extends SecretsManagerResponse.Builder, SdkPojo, CopyableBuilder<UpdateSecretVersionStageResponse.Builder,UpdateSecretVersionStageResponse>
Modifier and Type | Method and Description |
---|---|
UpdateSecretVersionStageResponse.Builder |
arn(String arn)
The ARN of the secret with the modified staging label.
|
UpdateSecretVersionStageResponse.Builder |
name(String name)
The friendly name of the secret with the modified staging label.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateSecretVersionStageResponse.Builder arn(String arn)
The ARN of the secret with the modified staging label.
arn
- The ARN of the secret with the modified staging label.UpdateSecretVersionStageResponse.Builder name(String name)
The friendly name of the secret with the modified staging label.
name
- The friendly name of the secret with the modified staging label.