Interface UpdateSuiteDefinitionResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<UpdateSuiteDefinitionResponse.Builder,UpdateSuiteDefinitionResponse>, IotDeviceAdvisorResponse.Builder, SdkBuilder<UpdateSuiteDefinitionResponse.Builder,UpdateSuiteDefinitionResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
UpdateSuiteDefinitionResponse

  • Method Details

    • suiteDefinitionId

      UpdateSuiteDefinitionResponse.Builder suiteDefinitionId(String suiteDefinitionId)

      Suite definition ID of the updated test suite.

      Parameters:
      suiteDefinitionId - Suite definition ID of the updated test suite.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • suiteDefinitionArn

      UpdateSuiteDefinitionResponse.Builder suiteDefinitionArn(String suiteDefinitionArn)

      Amazon Resource Name (ARN) of the updated test suite.

      Parameters:
      suiteDefinitionArn - Amazon Resource Name (ARN) of the updated test suite.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • suiteDefinitionName

      UpdateSuiteDefinitionResponse.Builder suiteDefinitionName(String suiteDefinitionName)

      Updates the suite definition name. This is a required parameter.

      Parameters:
      suiteDefinitionName - Updates the suite definition name. This is a required parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • suiteDefinitionVersion

      UpdateSuiteDefinitionResponse.Builder suiteDefinitionVersion(String suiteDefinitionVersion)

      Suite definition version of the updated test suite.

      Parameters:
      suiteDefinitionVersion - Suite definition version of the updated test suite.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      Timestamp of when the test suite was created.

      Parameters:
      createdAt - Timestamp of when the test suite was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedAt

      UpdateSuiteDefinitionResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)

      Timestamp of when the test suite was updated.

      Parameters:
      lastUpdatedAt - Timestamp of when the test suite was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.