public static interface AddPermissionResponse.Builder extends LambdaResponse.Builder, CopyableBuilder<AddPermissionResponse.Builder,AddPermissionResponse>
Modifier and Type | Method and Description |
---|---|
AddPermissionResponse.Builder |
statement(String statement)
The permission statement you specified in the request.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
AddPermissionResponse.Builder statement(String statement)
The permission statement you specified in the request. The response returns the same as a string using a backslash ("\") as an escape character in the JSON.
statement
- The permission statement you specified in the request. 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.