Interface CreateApiDestinationResponse.Builder

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

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

    • apiDestinationArn

      CreateApiDestinationResponse.Builder apiDestinationArn(String apiDestinationArn)

      The ARN of the API destination that was created by the request.

      Parameters:
      apiDestinationArn - The ARN of the API destination that was created by the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • apiDestinationState

      CreateApiDestinationResponse.Builder apiDestinationState(String apiDestinationState)

      The state of the API destination that was created by the request.

      Parameters:
      apiDestinationState - The state of the API destination that was created by the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • apiDestinationState

      CreateApiDestinationResponse.Builder apiDestinationState(ApiDestinationState apiDestinationState)

      The state of the API destination that was created by the request.

      Parameters:
      apiDestinationState - The state of the API destination that was created by the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • creationTime

      CreateApiDestinationResponse.Builder creationTime(Instant creationTime)

      A time stamp indicating the time that the API destination was created.

      Parameters:
      creationTime - A time stamp indicating the time that the API destination was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedTime

      CreateApiDestinationResponse.Builder lastModifiedTime(Instant lastModifiedTime)

      A time stamp indicating the time that the API destination was last modified.

      Parameters:
      lastModifiedTime - A time stamp indicating the time that the API destination was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.