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 retrieved by the resource-based policy.
|
PutResourcePolicyResponse.Builder |
name(String name)
The friendly name of the secret retrieved by the resource-based policy.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
PutResourcePolicyResponse.Builder arn(String arn)
The ARN of the secret retrieved by the resource-based policy.
arn
- The ARN of the secret retrieved by the resource-based policy.PutResourcePolicyResponse.Builder name(String name)
The friendly name of the secret retrieved by the resource-based policy.
name
- The friendly name of the secret retrieved by the resource-based policy.