public static interface GetApplicationPolicyResponse.Builder extends ServerlessApplicationRepositoryResponse.Builder, CopyableBuilder<GetApplicationPolicyResponse.Builder,GetApplicationPolicyResponse>
| Modifier and Type | Method and Description |
|---|---|
GetApplicationPolicyResponse.Builder |
statements(ApplicationPolicyStatement... statements)
Array of policy statements applied to the application.
|
GetApplicationPolicyResponse.Builder |
statements(Collection<ApplicationPolicyStatement> statements)
Array of policy statements applied to the application.
|
GetApplicationPolicyResponse.Builder |
statements(Consumer<ApplicationPolicyStatement.Builder>... statements)
Array of policy statements applied to the application.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetApplicationPolicyResponse.Builder statements(Collection<ApplicationPolicyStatement> statements)
statements - Array of policy statements applied to the application.GetApplicationPolicyResponse.Builder statements(ApplicationPolicyStatement... statements)
statements - Array of policy statements applied to the application.GetApplicationPolicyResponse.Builder statements(Consumer<ApplicationPolicyStatement.Builder>... statements)
List.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #statements(List) .statements - a consumer that will call methods on List.Builder #statements(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.