Interface DeleteConnectionResponse.Builder

    • Method Detail

      • connectionArn

        DeleteConnectionResponse.Builder connectionArn​(String connectionArn)

        The ARN of the connection that was deleted.

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

        DeleteConnectionResponse.Builder connectionState​(String connectionState)

        The state of the connection before it was deleted.

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

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

        DeleteConnectionResponse.Builder lastModifiedTime​(Instant lastModifiedTime)

        A time stamp for the time that the connection was last modified before it was deleted.

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

        DeleteConnectionResponse.Builder lastAuthorizedTime​(Instant lastAuthorizedTime)

        A time stamp for the time that the connection was last authorized before it wa deleted.

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