@Generated(value="software.amazon.awssdk:codegen") public final class UpdateRoleRequest extends IamRequest implements ToCopyableBuilder<UpdateRoleRequest.Builder,UpdateRoleRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
UpdateRoleRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static UpdateRoleRequest.Builder |
builder() |
String |
description()
The new description that you want to apply to the specified role.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
int |
hashCode() |
Integer |
maxSessionDuration()
The maximum session duration (in seconds) that you want to set for the specified role.
|
String |
roleName()
The name of the role that you want to modify.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateRoleRequest.Builder> |
serializableBuilderClass() |
UpdateRoleRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfiguration
copy
public String roleName()
The name of the role that you want to modify.
public String description()
The new description that you want to apply to the specified role.
public 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.
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.
public UpdateRoleRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateRoleRequest.Builder,UpdateRoleRequest>
toBuilder
in class IamRequest
public static UpdateRoleRequest.Builder builder()
public static Class<? extends UpdateRoleRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.