Interface ConfigurationSet.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ConfigurationSet.Builder,,ConfigurationSet> SdkBuilder<ConfigurationSet.Builder,,ConfigurationSet> SdkPojo
- Enclosing class:
 ConfigurationSet
@Mutable
@NotThreadSafe
public static interface ConfigurationSet.Builder
extends SdkPojo, CopyableBuilder<ConfigurationSet.Builder,ConfigurationSet> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe name of the configuration set.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
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.
 
 - 
 
 
 -