Interface DeleteProfileResponse.Builder

  • Method Details

    • profile

      Information about the DeleteProfile request, including the status of the request.

      Parameters:
      profile - Information about the DeleteProfile request, including the status of the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • profile

      Information about the DeleteProfile request, including the status of the request.

      This is a convenience method that creates an instance of the Profile.Builder avoiding the need to create one manually via Profile.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to profile(Profile).

      Parameters:
      profile - a consumer that will call methods on Profile.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: