Interface DeleteConnectionResponse.Builder

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

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

    • 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

      DeleteConnectionResponse.Builder connectionState(ConnectionState 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:
    • 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.