Interface DescribeCapabilityResponse.Builder

  • Method Details

    • capability

      An object containing detailed information about the capability, including its name, ARN, type, status, version, configuration, health status, and timestamps for when it was created and last modified.

      Parameters:
      capability - An object containing detailed information about the capability, including its name, ARN, type, status, version, configuration, health status, and timestamps for when it was created and last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • capability

      An object containing detailed information about the capability, including its name, ARN, type, status, version, configuration, health status, and timestamps for when it was created and last modified.

      This is a convenience method that creates an instance of the Capability.Builder avoiding the need to create one manually via Capability.builder().

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

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