Interface UpdateApiDestinationResponse.Builder

    • Method Detail

      • apiDestinationArn

        UpdateApiDestinationResponse.Builder apiDestinationArn​(String apiDestinationArn)

        The ARN of the API destination that was updated.

        Parameters:
        apiDestinationArn - The ARN of the API destination that was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        UpdateApiDestinationResponse.Builder creationTime​(Instant creationTime)

        A time stamp for the time that the API destination was created.

        Parameters:
        creationTime - A time stamp for the time that the API destination was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        UpdateApiDestinationResponse.Builder lastModifiedTime​(Instant lastModifiedTime)

        A time stamp for the time that the API destination was last modified.

        Parameters:
        lastModifiedTime - A time stamp for the time that the API destination was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.