Interface ConfigurationSet.Builder

    • Method Detail

      • name

        ConfigurationSet.Builder name​(String 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.