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

    • profileArn

      ProfileSummary.Builder profileArn(String profileArn)

      The profile ARN.

      Parameters:
      profileArn - The profile ARN.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • profileVersion

      ProfileSummary.Builder profileVersion(String profileVersion)

      The profile version.

      Parameters:
      profileVersion - The profile version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • profileName

      ProfileSummary.Builder profileName(String profileName)

      The profile name.

      Parameters:
      profileName - The profile name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • profileDescription

      ProfileSummary.Builder profileDescription(String profileDescription)

      The profile description.

      Parameters:
      profileDescription - The profile description.
      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.
    • createdAt

      ProfileSummary.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

      ProfileSummary.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.