Interface ConfigurationCheckDefinition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConfigurationCheckDefinition.Builder,
,ConfigurationCheckDefinition> SdkBuilder<ConfigurationCheckDefinition.Builder,
,ConfigurationCheckDefinition> SdkPojo
- Enclosing class:
ConfigurationCheckDefinition
@Mutable
@NotThreadSafe
public static interface ConfigurationCheckDefinition.Builder
extends SdkPojo, CopyableBuilder<ConfigurationCheckDefinition.Builder,ConfigurationCheckDefinition>
-
Method Summary
Modifier and TypeMethodDescriptionapplicableApplicationTypes
(Collection<ApplicationType> applicableApplicationTypes) The list of SSMSAP application types that this configuration check can be evaluated against.applicableApplicationTypes
(ApplicationType... applicableApplicationTypes) The list of SSMSAP application types that this configuration check can be evaluated against.applicableApplicationTypesWithStrings
(String... applicableApplicationTypes) The list of SSMSAP application types that this configuration check can be evaluated against.applicableApplicationTypesWithStrings
(Collection<String> applicableApplicationTypes) The list of SSMSAP application types that this configuration check can be evaluated against.description
(String description) A description of what the configuration check validates.The unique identifier of the configuration check.The unique identifier of the configuration check.The name of the configuration check.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
-
id
The unique identifier of the configuration check.
- Parameters:
id
- The unique identifier of the configuration check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
id
The unique identifier of the configuration check.
- Parameters:
id
- The unique identifier of the configuration check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of the configuration check.
- Parameters:
name
- The name of the configuration check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of what the configuration check validates.
- Parameters:
description
- A description of what the configuration check validates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicableApplicationTypesWithStrings
ConfigurationCheckDefinition.Builder applicableApplicationTypesWithStrings(Collection<String> applicableApplicationTypes) The list of SSMSAP application types that this configuration check can be evaluated against.
- Parameters:
applicableApplicationTypes
- The list of SSMSAP application types that this configuration check can be evaluated against.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicableApplicationTypesWithStrings
ConfigurationCheckDefinition.Builder applicableApplicationTypesWithStrings(String... applicableApplicationTypes) The list of SSMSAP application types that this configuration check can be evaluated against.
- Parameters:
applicableApplicationTypes
- The list of SSMSAP application types that this configuration check can be evaluated against.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicableApplicationTypes
ConfigurationCheckDefinition.Builder applicableApplicationTypes(Collection<ApplicationType> applicableApplicationTypes) The list of SSMSAP application types that this configuration check can be evaluated against.
- Parameters:
applicableApplicationTypes
- The list of SSMSAP application types that this configuration check can be evaluated against.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicableApplicationTypes
ConfigurationCheckDefinition.Builder applicableApplicationTypes(ApplicationType... applicableApplicationTypes) The list of SSMSAP application types that this configuration check can be evaluated against.
- Parameters:
applicableApplicationTypes
- The list of SSMSAP application types that this configuration check can be evaluated against.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-