Interface AccountLimit.Builder

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

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

    • name

      The name of the account limit.

      Values: ConcurrentResourcesLimit | StackLimit | StackOutputsLimit

      Parameters:
      name - The name of the account limit.

      Values: ConcurrentResourcesLimit | StackLimit | StackOutputsLimit

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value that's associated with the account limit name.

      Parameters:
      value - The value that's associated with the account limit name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.