Interface ConnectionFunctionSummary.Builder

  • Method Details

    • name

      The connection function name.

      Parameters:
      name - The connection function name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The connection function ID.

      Parameters:
      id - The connection function ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectionFunctionConfig

      ConnectionFunctionSummary.Builder connectionFunctionConfig(FunctionConfig connectionFunctionConfig)
      Sets the value of the ConnectionFunctionConfig property for this object.
      Parameters:
      connectionFunctionConfig - The new value for the ConnectionFunctionConfig property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectionFunctionConfig

      default ConnectionFunctionSummary.Builder connectionFunctionConfig(Consumer<FunctionConfig.Builder> connectionFunctionConfig)
      Sets the value of the ConnectionFunctionConfig property for this object. This is a convenience method that creates an instance of the FunctionConfig.Builder avoiding the need to create one manually via FunctionConfig.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to connectionFunctionConfig(FunctionConfig).

      Parameters:
      connectionFunctionConfig - a consumer that will call methods on FunctionConfig.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • connectionFunctionArn

      ConnectionFunctionSummary.Builder connectionFunctionArn(String connectionFunctionArn)

      The connection function Amazon Resource Name (ARN).

      Parameters:
      connectionFunctionArn - The connection function Amazon Resource Name (ARN).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The connection function status.

      Parameters:
      status - The connection function status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stage

      The connection function stage.

      Parameters:
      stage - The connection function stage.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • stage

      The connection function stage.

      Parameters:
      stage - The connection function stage.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdTime

      ConnectionFunctionSummary.Builder createdTime(Instant createdTime)

      The connection function created time.

      Parameters:
      createdTime - The connection function created time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedTime

      ConnectionFunctionSummary.Builder lastModifiedTime(Instant lastModifiedTime)

      The connection function last modified time.

      Parameters:
      lastModifiedTime - The connection function last modified time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.