Interface ProfileSummary.Builder

    • Method Detail

      • arn

        ProfileSummary.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the Profile.

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

        ProfileSummary.Builder id​(String id)

        ID of the Profile.

        Parameters:
        id - ID of the Profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        ProfileSummary.Builder name​(String name)

        Name of the Profile.

        Parameters:
        name - Name of the Profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • shareStatus

        ProfileSummary.Builder shareStatus​(String shareStatus)

        Share status of the Profile.

        Parameters:
        shareStatus - Share status of the Profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ShareStatus, ShareStatus
      • shareStatus

        ProfileSummary.Builder shareStatus​(ShareStatus shareStatus)

        Share status of the Profile.

        Parameters:
        shareStatus - Share status of the Profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ShareStatus, ShareStatus