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)
Add an optional request override configuration.
|
UpdateRoleAliasRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateRoleAliasRequest.Builder |
roleAlias(String roleAlias)
The role alias to update.
|
UpdateRoleAliasRequest.Builder |
roleArn(String roleArn)
The role ARN.
|
buildoverrideConfigurationcopyapplyMutation, 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.
credentialDurationSeconds - The number of seconds the credential will be valid.UpdateRoleAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateRoleAliasRequest.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.