Interface DashboardVersionSummary.Builder

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

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

    • arn

      The Amazon Resource Name (ARN) of the resource.

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

      DashboardVersionSummary.Builder createdTime(Instant createdTime)

      The time that this dashboard version was created.

      Parameters:
      createdTime - The time that this dashboard version was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • versionNumber

      DashboardVersionSummary.Builder versionNumber(Long versionNumber)

      Version number.

      Parameters:
      versionNumber - Version number.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The HTTP status of the request.

      Parameters:
      status - The HTTP status of the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The HTTP status of the request.

      Parameters:
      status - The HTTP status of the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sourceEntityArn

      DashboardVersionSummary.Builder sourceEntityArn(String sourceEntityArn)

      Source entity ARN.

      Parameters:
      sourceEntityArn - Source entity ARN.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      DashboardVersionSummary.Builder description(String description)

      Description.

      Parameters:
      description - Description.
      Returns:
      Returns a reference to this object so that method calls can be chained together.