public static interface UpdateRoleDescriptionRequest.Builder extends IamRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateRoleDescriptionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateRoleDescriptionRequest.Builder |
roleName(String roleName)
The name of the role that you want to modify.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateRoleDescriptionRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateRoleDescriptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.