Interface DeauthorizeConnectionResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DeauthorizeConnectionResponse.Builder,DeauthorizeConnectionResponse>, EventBridgeResponse.Builder, SdkBuilder<DeauthorizeConnectionResponse.Builder,DeauthorizeConnectionResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DeauthorizeConnectionResponse

public static interface DeauthorizeConnectionResponse.Builder extends EventBridgeResponse.Builder, SdkPojo, CopyableBuilder<DeauthorizeConnectionResponse.Builder,DeauthorizeConnectionResponse>
  • Method Details

    • 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.
    • connectionState

      DeauthorizeConnectionResponse.Builder connectionState(String connectionState)

      The state of the connection.

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

      DeauthorizeConnectionResponse.Builder connectionState(ConnectionState connectionState)

      The state of the connection.

      Parameters:
      connectionState - The state of the connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.