public static interface ApplicationPolicyStatement.Builder extends SdkPojo, CopyableBuilder<ApplicationPolicyStatement.Builder,ApplicationPolicyStatement>
Modifier and Type | Method and Description |
---|---|
ApplicationPolicyStatement.Builder |
actions(Collection<String> actions)
For the list of actions supported for this operation, see Application Permissions.
|
ApplicationPolicyStatement.Builder |
actions(String... actions)
For the list of actions supported for this operation, see Application Permissions.
|
ApplicationPolicyStatement.Builder |
principals(Collection<String> principals)
An AWS account ID, or * to make the application public.
|
ApplicationPolicyStatement.Builder |
principals(String... principals)
An AWS account ID, or * to make the application public.
|
ApplicationPolicyStatement.Builder |
statementId(String statementId)
A unique ID for the statement.
|
copy
applyMutation, build
ApplicationPolicyStatement.Builder actions(Collection<String> actions)
For the list of actions supported for this operation, see Application Permissions.
actions
- For the list of actions supported for this operation, see Application Permissions.ApplicationPolicyStatement.Builder actions(String... actions)
For the list of actions supported for this operation, see Application Permissions.
actions
- For the list of actions supported for this operation, see Application Permissions.ApplicationPolicyStatement.Builder principals(Collection<String> principals)
An AWS account ID, or * to make the application public.
principals
- An AWS account ID, or * to make the application public.ApplicationPolicyStatement.Builder principals(String... principals)
An AWS account ID, or * to make the application public.
principals
- An AWS account ID, or * to make the application public.ApplicationPolicyStatement.Builder statementId(String statementId)
A unique ID for the statement.
statementId
- A unique ID for the statement.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.