CopyableBuilder<GetRoleRequest.Builder,GetRoleRequest>
, SdkBuilder<GetRoleRequest.Builder,GetRoleRequest>
public static interface GetRoleRequest.Builder extends CopyableBuilder<GetRoleRequest.Builder,GetRoleRequest>
Modifier and Type | Method | Description |
---|---|---|
GetRoleRequest.Builder |
roleName(String roleName) |
The name of the IAM role to get information about.
|
copy
apply, build
GetRoleRequest.Builder roleName(String roleName)
The name of the IAM role to get information about.
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 IAM role to get information about.
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: _+=,.@-
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.