public static interface UpdateRoleDescriptionRequest.Builder extends IAMRequest.Builder, CopyableBuilder<UpdateRoleDescriptionRequest.Builder,UpdateRoleDescriptionRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateRoleDescriptionRequest.Builder |
description(String description)
The new description that you want to apply to the specified role.
|
UpdateRoleDescriptionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateRoleDescriptionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateRoleDescriptionRequest.Builder |
roleName(String roleName)
The name of the role that you want to modify.
|
buildrequestOverrideConfigcopyapply, buildUpdateRoleDescriptionRequest.Builder roleName(String roleName)
The name of the role that you want to modify.
roleName - The name of the role that you want to modify.UpdateRoleDescriptionRequest.Builder description(String description)
The new description that you want to apply to the specified role.
description - The new description that you want to apply to the specified role.UpdateRoleDescriptionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateRoleDescriptionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.