Interface AppInstanceSummary.Builder

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

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

    • appInstanceArn

      AppInstanceSummary.Builder appInstanceArn(String appInstanceArn)

      The AppInstance ARN.

      Parameters:
      appInstanceArn - The AppInstance ARN.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the AppInstance.

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

      AppInstanceSummary.Builder metadata(String metadata)

      The metadata of the AppInstance.

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