Interface ConfigurationDefinitionSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConfigurationDefinitionSummary.Builder,
,ConfigurationDefinitionSummary> SdkBuilder<ConfigurationDefinitionSummary.Builder,
,ConfigurationDefinitionSummary> SdkPojo
- Enclosing class:
ConfigurationDefinitionSummary
@Mutable
@NotThreadSafe
public static interface ConfigurationDefinitionSummary.Builder
extends SdkPojo, CopyableBuilder<ConfigurationDefinitionSummary.Builder,ConfigurationDefinitionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionfirstClassParameters
(Map<String, String> firstClassParameters) The common parameters and values for the configuration definition.The ID of the configuration definition.The type of the Quick Setup configuration used by the configuration definition.typeVersion
(String typeVersion) The version of the Quick Setup type used by the configuration definition.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, sdkFieldNameToField, sdkFields
-
Method Details
-
firstClassParameters
ConfigurationDefinitionSummary.Builder firstClassParameters(Map<String, String> firstClassParameters) The common parameters and values for the configuration definition.
- Parameters:
firstClassParameters
- The common parameters and values for the configuration definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The ID of the configuration definition.
- Parameters:
id
- The ID of the configuration definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the Quick Setup configuration used by the configuration definition.
- Parameters:
type
- The type of the Quick Setup configuration used by the configuration definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeVersion
The version of the Quick Setup type used by the configuration definition.
- Parameters:
typeVersion
- The version of the Quick Setup type used by the configuration definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-