CopyableBuilder<ConfigurationSet.Builder,ConfigurationSet>, SdkBuilder<ConfigurationSet.Builder,ConfigurationSet>public static interface ConfigurationSet.Builder extends CopyableBuilder<ConfigurationSet.Builder,ConfigurationSet>
| Modifier and Type | Method | 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:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Contain less than 64 characters.
name - The name of the configuration set. The name must:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Contain less than 64 characters.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.