Interface UpdateConnectionResponse.Builder

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

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

    • connectionArn

      UpdateConnectionResponse.Builder connectionArn(String connectionArn)

      The ARN of the connection that was updated.

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

      UpdateConnectionResponse.Builder connectionState(String connectionState)

      The state of the connection that was updated.

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

      UpdateConnectionResponse.Builder connectionState(ConnectionState connectionState)

      The state of the connection that was updated.

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

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

      UpdateConnectionResponse.Builder lastModifiedTime(Instant lastModifiedTime)

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

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

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