Interface ConfigurationId.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ConfigurationId.Builder,,ConfigurationId> SdkBuilder<ConfigurationId.Builder,,ConfigurationId> SdkPojo
- Enclosing class:
 ConfigurationId
public static interface ConfigurationId.Builder
extends SdkPojo, CopyableBuilder<ConfigurationId.Builder,ConfigurationId> 
- 
Method Summary
Modifier and TypeMethodDescriptionRequired.The revision number of the configuration.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, sdkFields 
- 
Method Details
- 
id
Required. The unique ID that Amazon MQ generates for the configuration.
- Parameters:
 id- Required. The unique ID that Amazon MQ generates for the configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
revision
The revision number of the configuration.
- Parameters:
 revision- The revision number of the configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -