Interface Intent.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Intent.Builder,Intent>, SdkBuilder<Intent.Builder,Intent>, SdkPojo
Enclosing class:
Intent

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

    • intentName

      Intent.Builder intentName(String intentName)

      The name of the intent.

      Parameters:
      intentName - The name of the intent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • intentVersion

      Intent.Builder intentVersion(String intentVersion)

      The version of the intent.

      Parameters:
      intentVersion - The version of the intent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.