public static interface AuthInfo.Builder extends SdkPojo, CopyableBuilder<AuthInfo.Builder,AuthInfo>
| Modifier and Type | Method and Description |
|---|---|
AuthInfo.Builder |
actionType(ActionType actionType)
The type of action for which the principal is being authorized.
|
AuthInfo.Builder |
actionType(String actionType)
The type of action for which the principal is being authorized.
|
AuthInfo.Builder |
resources(Collection<String> resources)
The resources for which the principal is being authorized to perform the specified action.
|
AuthInfo.Builder |
resources(String... resources)
The resources for which the principal is being authorized to perform the specified action.
|
copyapplyMutation, buildAuthInfo.Builder actionType(String actionType)
The type of action for which the principal is being authorized.
actionType - The type of action for which the principal is being authorized.ActionType,
ActionTypeAuthInfo.Builder actionType(ActionType actionType)
The type of action for which the principal is being authorized.
actionType - The type of action for which the principal is being authorized.ActionType,
ActionTypeAuthInfo.Builder resources(Collection<String> resources)
The resources for which the principal is being authorized to perform the specified action.
resources - The resources for which the principal is being authorized to perform the specified action.AuthInfo.Builder resources(String... resources)
The resources for which the principal is being authorized to perform the specified action.
resources - The resources for which the principal is being authorized to perform the specified action.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.