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