Interface ViewVersionSummary.Builder

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

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

    • id

      The identifier of the view version.

      Parameters:
      id - The identifier of the view version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The Amazon Resource Name (ARN) of the view version.

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

      ViewVersionSummary.Builder description(String description)

      The description of the view version.

      Parameters:
      description - The description of the view version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the view version.

      Parameters:
      name - The name of the view version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of the view version.

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

      The type of the view version.

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

      The sequentially incremented version of the view version.

      Parameters:
      version - The sequentially incremented version of the view version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • versionDescription

      ViewVersionSummary.Builder versionDescription(String versionDescription)

      The description of the view version.

      Parameters:
      versionDescription - The description of the view version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.