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 name of the Identity and Access Management (IAM) role that you want to assign to the managed node.
|
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 name of the Identity and Access Management (IAM) role that you want to assign to the managed node. This
IAM role must provide AssumeRole permissions for the Amazon Web Services Systems Manager service principal
ssm.amazonaws.com. For more information, see Create an IAM
service role for a hybrid environment in the Amazon Web Services Systems Manager User Guide.
You can't specify an IAM service-linked role for this parameter. You must create a unique role.
iamRole - The name of the Identity and Access Management (IAM) role that you want to assign to the managed node.
This IAM role must provide AssumeRole permissions for the Amazon Web Services Systems Manager service
principal ssm.amazonaws.com. For more information, see Create an
IAM service role for a hybrid environment in the Amazon Web Services Systems Manager User
Guide. You can't specify an IAM service-linked role for this parameter. You must create a unique role.
UpdateManagedInstanceRoleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateManagedInstanceRoleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.