Interface LensSummary.Builder

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

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

    • lensArn

      LensSummary.Builder lensArn(String lensArn)

      The ARN of the lens.

      Parameters:
      lensArn - The ARN of the lens.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lensAlias

      LensSummary.Builder lensAlias(String lensAlias)
      Sets the value of the LensAlias property for this object.
      Parameters:
      lensAlias - The new value for the LensAlias property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lensName

      LensSummary.Builder lensName(String lensName)
      Sets the value of the LensName property for this object.
      Parameters:
      lensName - The new value for the LensName property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lensType

      LensSummary.Builder lensType(String lensType)

      The type of the lens.

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

      LensSummary.Builder lensType(LensType lensType)

      The type of the lens.

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

      LensSummary.Builder description(String description)
      Sets the value of the Description property for this object.
      Parameters:
      description - The new value for the Description property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      LensSummary.Builder createdAt(Instant createdAt)
      Sets the value of the CreatedAt property for this object.
      Parameters:
      createdAt - The new value for the CreatedAt property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      LensSummary.Builder updatedAt(Instant updatedAt)
      Sets the value of the UpdatedAt property for this object.
      Parameters:
      updatedAt - The new value for the UpdatedAt property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lensVersion

      LensSummary.Builder lensVersion(String lensVersion)

      The version of the lens.

      Parameters:
      lensVersion - The version of the lens.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • owner

      Sets the value of the Owner property for this object.
      Parameters:
      owner - The new value for the Owner property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lensStatus

      LensSummary.Builder lensStatus(String lensStatus)

      The status of the lens.

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

      LensSummary.Builder lensStatus(LensStatus lensStatus)

      The status of the lens.

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