public static interface IamActionDefinition.Builder extends SdkPojo, CopyableBuilder<IamActionDefinition.Builder,IamActionDefinition>
| Modifier and Type | Method and Description |
|---|---|
IamActionDefinition.Builder |
groups(Collection<String> groups)
A list of groups to be attached.
|
IamActionDefinition.Builder |
groups(String... groups)
A list of groups to be attached.
|
IamActionDefinition.Builder |
policyArn(String policyArn)
The Amazon Resource Name (ARN) of the policy to be attached.
|
IamActionDefinition.Builder |
roles(Collection<String> roles)
A list of roles to be attached.
|
IamActionDefinition.Builder |
roles(String... roles)
A list of roles to be attached.
|
IamActionDefinition.Builder |
users(Collection<String> users)
A list of users to be attached.
|
IamActionDefinition.Builder |
users(String... users)
A list of users to be attached.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIamActionDefinition.Builder policyArn(String policyArn)
The Amazon Resource Name (ARN) of the policy to be attached.
policyArn - The Amazon Resource Name (ARN) of the policy to be attached.IamActionDefinition.Builder roles(Collection<String> roles)
A list of roles to be attached. There must be at least one role.
roles - A list of roles to be attached. There must be at least one role.IamActionDefinition.Builder roles(String... roles)
A list of roles to be attached. There must be at least one role.
roles - A list of roles to be attached. There must be at least one role.IamActionDefinition.Builder groups(Collection<String> groups)
A list of groups to be attached. There must be at least one group.
groups - A list of groups to be attached. There must be at least one group.IamActionDefinition.Builder groups(String... groups)
A list of groups to be attached. There must be at least one group.
groups - A list of groups to be attached. There must be at least one group.IamActionDefinition.Builder users(Collection<String> users)
A list of users to be attached. There must be at least one user.
users - A list of users to be attached. There must be at least one user.IamActionDefinition.Builder users(String... users)
A list of users to be attached. There must be at least one user.
users - A list of users to be attached. There must be at least one user.Copyright © 2023. All rights reserved.