Interface IamRegistrationResponse.Builder

    • Method Detail

      • roleArn

        IamRegistrationResponse.Builder roleArn​(String roleArn)

        The Amazon Resource Name (ARN) of the IAM role to register.

        Parameters:
        roleArn - The Amazon Resource Name (ARN) of the IAM role to register.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • registrationStatus

        IamRegistrationResponse.Builder registrationStatus​(String registrationStatus)

        The status of registering your IAM resource. The status can be one of REGISTRATION_SUCCESS, REGISTRATION_PENDING, REGISTRATION_FAILURE.

        Parameters:
        registrationStatus - The status of registering your IAM resource. The status can be one of REGISTRATION_SUCCESS, REGISTRATION_PENDING, REGISTRATION_FAILURE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RegistrationStatus, RegistrationStatus
      • registrationStatus

        IamRegistrationResponse.Builder registrationStatus​(RegistrationStatus registrationStatus)

        The status of registering your IAM resource. The status can be one of REGISTRATION_SUCCESS, REGISTRATION_PENDING, REGISTRATION_FAILURE.

        Parameters:
        registrationStatus - The status of registering your IAM resource. The status can be one of REGISTRATION_SUCCESS, REGISTRATION_PENDING, REGISTRATION_FAILURE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RegistrationStatus, RegistrationStatus
      • errorMessage

        IamRegistrationResponse.Builder errorMessage​(String errorMessage)

        A message associated with a registration error.

        Parameters:
        errorMessage - A message associated with a registration error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.