public static interface GetRoleRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<GetRoleRequest.Builder,GetRoleRequest>
Modifier and Type | Method and Description |
---|---|
GetRoleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetRoleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetRoleRequest.Builder |
roleName(String roleName)
The name of the IAM role to get information about.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetRoleRequest.Builder roleName(String roleName)
The name of the IAM role to get information about.
This parameter allows (through 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 (through 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
GetRoleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.