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.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateRoleAliasRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateRoleAliasRequest.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.