public static interface GetRoleRequest.Builder extends IAMRequest.Builder, CopyableBuilder<GetRoleRequest.Builder,GetRoleRequest>
Modifier and Type | Method and Description |
---|---|
GetRoleRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetRoleRequest.Builder |
roleName(String roleName)
The name of the IAM role to get information about.
|
build
requestOverrideConfig, requestOverrideConfig
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: _+=,.@-
GetRoleRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.