public static interface UpdateManagedInstanceRoleRequest.Builder extends SSMRequest.Builder, software.amazon.awssdk.utils.builder.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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
buildrequestOverrideConfig, requestOverrideConfigUpdateManagedInstanceRoleRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.