Interface TimestreamRegistrationResponse.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TimestreamRegistrationResponse.Builder,TimestreamRegistrationResponse>, SdkBuilder<TimestreamRegistrationResponse.Builder,TimestreamRegistrationResponse>, SdkPojo
Enclosing class:
TimestreamRegistrationResponse

public static interface TimestreamRegistrationResponse.Builder extends SdkPojo, CopyableBuilder<TimestreamRegistrationResponse.Builder,TimestreamRegistrationResponse>
  • Method Details

    • timestreamDatabaseName

      TimestreamRegistrationResponse.Builder timestreamDatabaseName(String timestreamDatabaseName)

      The name of the Timestream database.

      Parameters:
      timestreamDatabaseName - The name of the Timestream database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • timestreamTableName

      TimestreamRegistrationResponse.Builder timestreamTableName(String timestreamTableName)

      The name of the Timestream database table.

      Parameters:
      timestreamTableName - The name of the Timestream database table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • timestreamDatabaseArn

      TimestreamRegistrationResponse.Builder timestreamDatabaseArn(String timestreamDatabaseArn)

      The Amazon Resource Name (ARN) of the Timestream database.

      Parameters:
      timestreamDatabaseArn - The Amazon Resource Name (ARN) of the Timestream database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • timestreamTableArn

      TimestreamRegistrationResponse.Builder timestreamTableArn(String timestreamTableArn)

      The ARN of the Timestream database table.

      Parameters:
      timestreamTableArn - The ARN of the Timestream database table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • registrationStatus

      TimestreamRegistrationResponse.Builder registrationStatus(String registrationStatus)

      The status of registering your Amazon Timestream resources. The status can be one of REGISTRATION_SUCCESS, REGISTRATION_PENDING, REGISTRATION_FAILURE.

      Parameters:
      registrationStatus - The status of registering your Amazon Timestream resources. 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

      TimestreamRegistrationResponse.Builder registrationStatus(RegistrationStatus registrationStatus)

      The status of registering your Amazon Timestream resources. The status can be one of REGISTRATION_SUCCESS, REGISTRATION_PENDING, REGISTRATION_FAILURE.

      Parameters:
      registrationStatus - The status of registering your Amazon Timestream resources. 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:
    • errorMessage

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