Interface ConfigurationRevision.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ConfigurationRevision.Builder,,ConfigurationRevision> SdkBuilder<ConfigurationRevision.Builder,,ConfigurationRevision> SdkPojo
- Enclosing class:
 ConfigurationRevision
public static interface ConfigurationRevision.Builder
extends SdkPojo, CopyableBuilder<ConfigurationRevision.Builder,ConfigurationRevision> 
- 
Method Summary
Modifier and TypeMethodDescriptionRequired.description(String description) The description of the configuration revision.Required.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
- 
created
Required. The date and time of the configuration revision.
- Parameters:
 created- Required. The date and time of the configuration revision.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
description
The description of the configuration revision.
- Parameters:
 description- The description of the configuration revision.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
revision
Required. The revision number of the configuration.
- Parameters:
 revision- Required. The revision number of the configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -