Interface DeauthorizeConnectionResponse.Builder

    • Method Detail

      • connectionArn

        DeauthorizeConnectionResponse.Builder connectionArn​(String connectionArn)

        The ARN of the connection that authorization was removed from.

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

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

        DeauthorizeConnectionResponse.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.
      • lastAuthorizedTime

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