Interface GetRegisterAccountStatusResponse.Builder

    • Method Detail

      • customerAccountId

        GetRegisterAccountStatusResponse.Builder customerAccountId​(String customerAccountId)

        The unique ID of the Amazon Web Services account, provided at account creation.

        Parameters:
        customerAccountId - The unique ID of the Amazon Web Services account, provided at account creation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountStatus

        GetRegisterAccountStatusResponse.Builder accountStatus​(String accountStatus)

        The status of registering your account and resources. The status can be one of:

        • REGISTRATION_SUCCESS - The Amazon Web Services resource is successfully registered.

        • REGISTRATION_PENDING - Amazon Web Services IoT FleetWise is processing the registration request. This process takes approximately five minutes to complete.

        • REGISTRATION_FAILURE - Amazon Web Services IoT FleetWise can't register the AWS resource. Try again later.

        Parameters:
        accountStatus - The status of registering your account and resources. The status can be one of:

        • REGISTRATION_SUCCESS - The Amazon Web Services resource is successfully registered.

        • REGISTRATION_PENDING - Amazon Web Services IoT FleetWise is processing the registration request. This process takes approximately five minutes to complete.

        • REGISTRATION_FAILURE - Amazon Web Services IoT FleetWise can't register the AWS resource. Try again later.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RegistrationStatus, RegistrationStatus
      • accountStatus

        GetRegisterAccountStatusResponse.Builder accountStatus​(RegistrationStatus accountStatus)

        The status of registering your account and resources. The status can be one of:

        • REGISTRATION_SUCCESS - The Amazon Web Services resource is successfully registered.

        • REGISTRATION_PENDING - Amazon Web Services IoT FleetWise is processing the registration request. This process takes approximately five minutes to complete.

        • REGISTRATION_FAILURE - Amazon Web Services IoT FleetWise can't register the AWS resource. Try again later.

        Parameters:
        accountStatus - The status of registering your account and resources. The status can be one of:

        • REGISTRATION_SUCCESS - The Amazon Web Services resource is successfully registered.

        • REGISTRATION_PENDING - Amazon Web Services IoT FleetWise is processing the registration request. This process takes approximately five minutes to complete.

        • REGISTRATION_FAILURE - Amazon Web Services IoT FleetWise can't register the AWS resource. Try again later.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RegistrationStatus, RegistrationStatus
      • timestreamRegistrationResponse

        GetRegisterAccountStatusResponse.Builder timestreamRegistrationResponse​(TimestreamRegistrationResponse timestreamRegistrationResponse)

        Information about the registered Amazon Timestream resources or errors, if any.

        Parameters:
        timestreamRegistrationResponse - Information about the registered Amazon Timestream resources or errors, if any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • iamRegistrationResponse

        GetRegisterAccountStatusResponse.Builder iamRegistrationResponse​(IamRegistrationResponse iamRegistrationResponse)

        Information about the registered IAM resources or errors, if any.

        Parameters:
        iamRegistrationResponse - Information about the registered IAM resources or errors, if any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        GetRegisterAccountStatusResponse.Builder creationTime​(Instant creationTime)

        The time the account was registered, in seconds since epoch (January 1, 1970 at midnight UTC time).

        Parameters:
        creationTime - The time the account was registered, in seconds since epoch (January 1, 1970 at midnight UTC time).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModificationTime

        GetRegisterAccountStatusResponse.Builder lastModificationTime​(Instant lastModificationTime)

        The time this registration was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).

        Parameters:
        lastModificationTime - The time this registration was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
        Returns:
        Returns a reference to this object so that method calls can be chained together.