public static interface ConfigurationSet.Builder extends CopyableBuilder<ConfigurationSet.Builder,ConfigurationSet>
| Modifier and Type | Method and Description |
|---|---|
ConfigurationSet.Builder |
name(String name)
The name of the configuration set.
|
copyapply, buildConfigurationSet.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.
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.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.