public static interface GetPolicyResponse.Builder extends LambdaResponse.Builder, CopyableBuilder<GetPolicyResponse.Builder,GetPolicyResponse>
| Modifier and Type | Method and Description | 
|---|---|
GetPolicyResponse.Builder | 
policy(String policy)
 The resource policy associated with the specified function. 
 | 
GetPolicyResponse.Builder | 
revisionId(String revisionId)
 Represents the latest updated revision of the function or alias. 
 | 
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGetPolicyResponse.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.GetPolicyResponse.Builder revisionId(String revisionId)
Represents the latest updated revision of the function or alias.
revisionId - Represents the latest updated revision of the function or alias.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.