public static interface GetApplicationPolicyResponse.Builder extends ServerlessApplicationRepositoryResponse.Builder, software.amazon.awssdk.utils.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.
|
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.Copyright © 2018. All rights reserved.