public static interface DeleteResourcePolicyResponse.Builder extends SecretsManagerResponse.Builder, SdkPojo, CopyableBuilder<DeleteResourcePolicyResponse.Builder,DeleteResourcePolicyResponse>
Modifier and Type | Method and Description |
---|---|
DeleteResourcePolicyResponse.Builder |
arn(String arn)
The ARN of the secret that the resource-based policy was deleted for.
|
DeleteResourcePolicyResponse.Builder |
name(String name)
The friendly name of the secret that the resource-based policy was deleted for.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteResourcePolicyResponse.Builder arn(String arn)
The ARN of the secret that the resource-based policy was deleted for.
arn
- The ARN of the secret that the resource-based policy was deleted for.DeleteResourcePolicyResponse.Builder name(String name)
The friendly name of the secret that the resource-based policy was deleted for.
name
- The friendly name of the secret that the resource-based policy was deleted for.Copyright © 2020. All rights reserved.