Interface CreateConnectionResponse.Builder

    • Method Detail

      • connectionArn

        CreateConnectionResponse.Builder connectionArn​(String connectionArn)

        The ARN of the connection that was created by the request.

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

        CreateConnectionResponse.Builder connectionState​(String connectionState)

        The state of the connection that was created by the request.

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

        CreateConnectionResponse.Builder connectionState​(ConnectionState connectionState)

        The state of the connection that was created by the request.

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

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

        CreateConnectionResponse.Builder lastModifiedTime​(Instant lastModifiedTime)

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

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