public static interface UpdateManagedInstanceRoleRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<UpdateManagedInstanceRoleRequest.Builder,UpdateManagedInstanceRoleRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateManagedInstanceRoleRequest.Builder |
iamRole(String iamRole)
The IAM role you want to assign or change.
|
UpdateManagedInstanceRoleRequest.Builder |
instanceId(String instanceId)
The ID of the managed instance where you want to update the role.
|
UpdateManagedInstanceRoleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateManagedInstanceRoleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateManagedInstanceRoleRequest.Builder instanceId(String instanceId)
The ID of the managed instance where you want to update the role.
instanceId - The ID of the managed instance where you want to update the role.UpdateManagedInstanceRoleRequest.Builder iamRole(String iamRole)
The IAM role you want to assign or change.
iamRole - The IAM role you want to assign or change.UpdateManagedInstanceRoleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateManagedInstanceRoleRequest.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.