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 node where you want to update the role.
|
UpdateManagedInstanceRoleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateManagedInstanceRoleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateManagedInstanceRoleRequest.Builder instanceId(String instanceId)
The ID of the managed node where you want to update the role.
instanceId - The ID of the managed node 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)
overrideConfiguration in interface AwsRequest.BuilderUpdateManagedInstanceRoleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.