public static interface IamRegistrationResponse.Builder extends SdkPojo, CopyableBuilder<IamRegistrationResponse.Builder,IamRegistrationResponse>
| Modifier and Type | Method and Description |
|---|---|
IamRegistrationResponse.Builder |
errorMessage(String errorMessage)
A message associated with a registration error.
|
IamRegistrationResponse.Builder |
registrationStatus(RegistrationStatus registrationStatus)
The status of registering your IAM resource.
|
IamRegistrationResponse.Builder |
registrationStatus(String registrationStatus)
The status of registering your IAM resource.
|
IamRegistrationResponse.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role to register.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIamRegistrationResponse.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role to register.
roleArn - The Amazon Resource Name (ARN) of the IAM role to register.IamRegistrationResponse.Builder registrationStatus(String registrationStatus)
The status of registering your IAM resource. The status can be one of REGISTRATION_SUCCESS,
REGISTRATION_PENDING, REGISTRATION_FAILURE.
registrationStatus - The status of registering your IAM resource. The status can be one of
REGISTRATION_SUCCESS, REGISTRATION_PENDING,
REGISTRATION_FAILURE.RegistrationStatus,
RegistrationStatusIamRegistrationResponse.Builder registrationStatus(RegistrationStatus registrationStatus)
The status of registering your IAM resource. The status can be one of REGISTRATION_SUCCESS,
REGISTRATION_PENDING, REGISTRATION_FAILURE.
registrationStatus - The status of registering your IAM resource. The status can be one of
REGISTRATION_SUCCESS, REGISTRATION_PENDING,
REGISTRATION_FAILURE.RegistrationStatus,
RegistrationStatusIamRegistrationResponse.Builder errorMessage(String errorMessage)
A message associated with a registration error.
errorMessage - A message associated with a registration error.Copyright © 2022. All rights reserved.