Interface ConfigurationSet.Builder

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

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

    • name

      The name of the configuration set. The name must meet the following requirements:

      • Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

      • Contain 64 characters or fewer.

      Parameters:
      name - The name of the configuration set. The name must meet the following requirements:

      • Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

      • Contain 64 characters or fewer.

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