CopyableBuilder<UpdateAssumeRolePolicyRequest.Builder,UpdateAssumeRolePolicyRequest>, SdkBuilder<UpdateAssumeRolePolicyRequest.Builder,UpdateAssumeRolePolicyRequest>public static interface UpdateAssumeRolePolicyRequest.Builder extends CopyableBuilder<UpdateAssumeRolePolicyRequest.Builder,UpdateAssumeRolePolicyRequest>
| Modifier and Type | Method | Description |
|---|---|---|
UpdateAssumeRolePolicyRequest.Builder |
policyDocument(String policyDocument) |
The policy that grants an entity permission to assume the role.
|
UpdateAssumeRolePolicyRequest.Builder |
roleName(String roleName) |
The name of the role to update with the new policy.
|
copyapply, buildUpdateAssumeRolePolicyRequest.Builder roleName(String roleName)
The name of the role to update with the new policy.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
roleName - The name of the role to update with the new policy.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
UpdateAssumeRolePolicyRequest.Builder policyDocument(String policyDocument)
The policy that grants an entity permission to assume the role.
The regex pattern used to validate this parameter is a string of characters consisting of any printable ASCII character ranging from the space character ( ) through end of the ASCII character range as well as the printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ). It also includes the special characters tab ( ), line feed ( ), and carriage return ( ).
policyDocument - The policy that grants an entity permission to assume the role.
The regex pattern used to validate this parameter is a string of characters consisting of any printable ASCII character ranging from the space character ( ) through end of the ASCII character range as well as the printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ). It also includes the special characters tab ( ), line feed ( ), and carriage return ( ).
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.