public static interface UpdateRoleAliasRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<UpdateRoleAliasRequest.Builder,UpdateRoleAliasRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateRoleAliasRequest.Builder |
credentialDurationSeconds(Integer credentialDurationSeconds)
The number of seconds the credential will be valid.
|
UpdateRoleAliasRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateRoleAliasRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateRoleAliasRequest.Builder |
roleAlias(String roleAlias)
The role alias to update.
|
UpdateRoleAliasRequest.Builder |
roleArn(String roleArn)
The role ARN.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateRoleAliasRequest.Builder roleAlias(String roleAlias)
The role alias to update.
roleAlias - The role alias to update.UpdateRoleAliasRequest.Builder roleArn(String roleArn)
The role ARN.
roleArn - The role ARN.UpdateRoleAliasRequest.Builder credentialDurationSeconds(Integer credentialDurationSeconds)
The number of seconds the credential will be valid.
This value must be less than or equal to the maximum session duration of the IAM role that the role alias references.
credentialDurationSeconds - The number of seconds the credential will be valid.
This value must be less than or equal to the maximum session duration of the IAM role that the role alias references.
UpdateRoleAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateRoleAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.