public static interface UpdateRoleRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<UpdateRoleRequest.Builder,UpdateRoleRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateRoleRequest.Builder |
description(String description)
The new description that you want to apply to the specified role.
|
UpdateRoleRequest.Builder |
maxSessionDuration(Integer maxSessionDuration)
The maximum session duration (in seconds) that you want to set for the specified role.
|
UpdateRoleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateRoleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateRoleRequest.Builder |
roleName(String roleName)
The name of the role that you want to modify.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateRoleRequest.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.UpdateRoleRequest.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.UpdateRoleRequest.Builder maxSessionDuration(Integer maxSessionDuration)
The maximum session duration (in seconds) that you want to set for the specified role. If you do not specify a value for this setting, the default maximum of one hour is applied. This setting can have a value from 1 hour to 12 hours.
Anyone who assumes the role from the AWS CLI or API can use the DurationSeconds API parameter or
the duration-seconds CLI parameter to request a longer session. The
MaxSessionDuration setting determines the maximum duration that can be requested using the
DurationSeconds parameter. If users don't specify a value for the DurationSeconds
parameter, their security credentials are valid for one hour by default. This applies when you use the
AssumeRole* API operations or the assume-role* CLI operations but does not apply
when you use those operations to create a console URL. For more information, see Using IAM Roles in the IAM
User Guide.
maxSessionDuration - The maximum session duration (in seconds) that you want to set for the specified role. If you do not
specify a value for this setting, the default maximum of one hour is applied. This setting can have a
value from 1 hour to 12 hours.
Anyone who assumes the role from the AWS CLI or API can use the DurationSeconds API
parameter or the duration-seconds CLI parameter to request a longer session. The
MaxSessionDuration setting determines the maximum duration that can be requested using
the DurationSeconds parameter. If users don't specify a value for the
DurationSeconds parameter, their security credentials are valid for one hour by default.
This applies when you use the AssumeRole* API operations or the assume-role*
CLI operations but does not apply when you use those operations to create a console URL. For more
information, see Using IAM
Roles in the IAM User Guide.
UpdateRoleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateRoleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.