Interface ServiceFunction.Builder

  • Method Details

    • serviceArn

      ServiceFunction.Builder serviceArn(String serviceArn)
      Sets the value of the ServiceArn property for this object.
      Parameters:
      serviceArn - The new value for the ServiceArn property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serviceFunctionId

      ServiceFunction.Builder serviceFunctionId(String serviceFunctionId)

      The unique identifier of the service function.

      Parameters:
      serviceFunctionId - The unique identifier of the service function.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      Sets the value of the Name property for this object.
      Parameters:
      name - The new value for the Name property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      ServiceFunction.Builder description(String description)
      Sets the value of the Description property for this object.
      Parameters:
      description - The new value for the Description property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • criticality

      ServiceFunction.Builder criticality(String criticality)

      The criticality level of the service function.

      Parameters:
      criticality - The criticality level of the service function.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • criticality

      The criticality level of the service function.

      Parameters:
      criticality - The criticality level of the service function.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceCount

      ServiceFunction.Builder resourceCount(Integer resourceCount)

      The number of resources associated with the service function.

      Parameters:
      resourceCount - The number of resources associated with the service function.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • source

      The source of the service function.

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

      The source of the service function.

      Parameters:
      source - The source of the service function.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdAt

      ServiceFunction.Builder createdAt(Instant createdAt)

      The timestamp when the service function was created.

      Parameters:
      createdAt - The timestamp when the service function was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      ServiceFunction.Builder updatedAt(Instant updatedAt)

      The timestamp when the service function was last updated.

      Parameters:
      updatedAt - The timestamp when the service function was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.