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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigurationSet.Buildername(String name)The name of the configuration set.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
-
-