public static interface GetApplicationPolicyResponse.Builder extends ServerlessApplicationRepositoryResponse.Builder, SdkPojo, CopyableBuilder<GetApplicationPolicyResponse.Builder,GetApplicationPolicyResponse>
| Modifier and Type | Method and Description |
|---|---|
GetApplicationPolicyResponse.Builder |
statements(ApplicationPolicyStatement... statements)
An array of policy statements applied to the application.
|
GetApplicationPolicyResponse.Builder |
statements(Collection<ApplicationPolicyStatement> statements)
An array of policy statements applied to the application.
|
GetApplicationPolicyResponse.Builder |
statements(Consumer<ApplicationPolicyStatement.Builder>... statements)
An array of policy statements applied to the application.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGetApplicationPolicyResponse.Builder statements(Collection<ApplicationPolicyStatement> statements)
An array of policy statements applied to the application.
statements - An array of policy statements applied to the application.GetApplicationPolicyResponse.Builder statements(ApplicationPolicyStatement... statements)
An array of policy statements applied to the application.
statements - An array of policy statements applied to the application.GetApplicationPolicyResponse.Builder statements(Consumer<ApplicationPolicyStatement.Builder>... statements)
An array of policy statements applied to the application.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#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.