Interface ProfileSummary.Builder

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

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

    • 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

      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

      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

      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: