CopyableBuilder<RegisterOnPremisesInstanceRequest.Builder,RegisterOnPremisesInstanceRequest>
, SdkBuilder<RegisterOnPremisesInstanceRequest.Builder,RegisterOnPremisesInstanceRequest>
public static interface RegisterOnPremisesInstanceRequest.Builder extends CopyableBuilder<RegisterOnPremisesInstanceRequest.Builder,RegisterOnPremisesInstanceRequest>
Modifier and Type | Method | 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.
|
copy
apply, build
RegisterOnPremisesInstanceRequest.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 Amazon Web Services, Inc. All Rights Reserved.