Interface LensSummary.Builder

    • Method Detail

      • 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, LensType
      • 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:
        LensType, LensType
      • 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

        LensSummary.Builder owner​(String 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, LensStatus
      • 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:
        LensStatus, LensStatus