CopyableBuilder<GetPolicyResponse.Builder,GetPolicyResponse>
, SdkBuilder<GetPolicyResponse.Builder,GetPolicyResponse>
public static interface GetPolicyResponse.Builder extends CopyableBuilder<GetPolicyResponse.Builder,GetPolicyResponse>
Modifier and Type | Method | Description |
---|---|---|
GetPolicyResponse.Builder |
policy(String policy) |
The resource policy associated with the specified function.
|
copy
apply, build
GetPolicyResponse.Builder policy(String policy)
The resource policy associated with the specified function. The response returns the same as a string using a backslash ("\") as an escape character in the JSON.
policy
- The resource policy associated with the specified function. The response returns the same as a string
using a backslash ("\") as an escape character in the JSON.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.