Interface RegisterAccountResponse.Builder

    • Method Detail

      • registerAccountStatus

        RegisterAccountResponse.Builder registerAccountStatus​(String registerAccountStatus)

        The status of registering your Amazon Web Services account, IAM role, and Timestream resources.

        Parameters:
        registerAccountStatus - The status of registering your Amazon Web Services account, IAM role, and Timestream resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RegistrationStatus, RegistrationStatus
      • registerAccountStatus

        RegisterAccountResponse.Builder registerAccountStatus​(RegistrationStatus registerAccountStatus)

        The status of registering your Amazon Web Services account, IAM role, and Timestream resources.

        Parameters:
        registerAccountStatus - The status of registering your Amazon Web Services account, IAM role, and Timestream resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RegistrationStatus, RegistrationStatus
      • timestreamResources

        RegisterAccountResponse.Builder timestreamResources​(TimestreamResources timestreamResources)
        Sets the value of the TimestreamResources property for this object.
        Parameters:
        timestreamResources - The new value for the TimestreamResources property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • iamResources

        RegisterAccountResponse.Builder iamResources​(IamResources iamResources)

        The registered IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream.

        Parameters:
        iamResources - The registered IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        RegisterAccountResponse.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

        RegisterAccountResponse.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.