Interface UpdateConnectionResponse.Builder

    • Method Detail

      • connectionArn

        UpdateConnectionResponse.Builder connectionArn​(String connectionArn)

        The ARN of the connection that was updated.

        Parameters:
        connectionArn - The ARN of the connection that was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connectionState

        UpdateConnectionResponse.Builder connectionState​(String connectionState)

        The state of the connection that was updated.

        Parameters:
        connectionState - The state of the connection that was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConnectionState, ConnectionState
      • creationTime

        UpdateConnectionResponse.Builder creationTime​(Instant creationTime)

        A time stamp for the time that the connection was created.

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

        UpdateConnectionResponse.Builder lastModifiedTime​(Instant lastModifiedTime)

        A time stamp for the time that the connection was last modified.

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

        UpdateConnectionResponse.Builder lastAuthorizedTime​(Instant lastAuthorizedTime)

        A time stamp for the time that the connection was last authorized.

        Parameters:
        lastAuthorizedTime - A time stamp for the time that the connection was last authorized.
        Returns:
        Returns a reference to this object so that method calls can be chained together.