public static interface RegisterOnPremisesInstanceRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<RegisterOnPremisesInstanceRequest.Builder,RegisterOnPremisesInstanceRequest>
| Modifier and Type | Method and Description |
|---|---|
RegisterOnPremisesInstanceRequest.Builder |
iamSessionArn(String iamSessionArn)
The ARN of the IAM session to associate with the on-premises instance.
|
RegisterOnPremisesInstanceRequest.Builder |
iamUserArn(String iamUserArn)
The ARN of the IAM user to associate with the on-premises instance.
|
RegisterOnPremisesInstanceRequest.Builder |
instanceName(String instanceName)
The name of the on-premises instance to register.
|
copyapply, buildRegisterOnPremisesInstanceRequest.Builder instanceName(String instanceName)
The name of the on-premises instance to register.
instanceName - The name of the on-premises instance to register.RegisterOnPremisesInstanceRequest.Builder iamSessionArn(String iamSessionArn)
The ARN of the IAM session to associate with the on-premises instance.
iamSessionArn - The ARN of the IAM session to associate with the on-premises instance.RegisterOnPremisesInstanceRequest.Builder iamUserArn(String iamUserArn)
The ARN of the IAM user to associate with the on-premises instance.
iamUserArn - The ARN of the IAM user to associate with the on-premises instance.Copyright © 2017. All rights reserved.