Interface ConfigurationIssue.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ConfigurationIssue.Builder,,ConfigurationIssue> SdkBuilder<ConfigurationIssue.Builder,,ConfigurationIssue> SdkPojo
- Enclosing class:
ConfigurationIssue
@Mutable
@NotThreadSafe
public static interface ConfigurationIssue.Builder
extends SdkPojo, CopyableBuilder<ConfigurationIssue.Builder,ConfigurationIssue>
-
Method Summary
Modifier and TypeMethodDescriptionactualValue(String actualValue) The configuration value that was found on the resource.configurationName(String configurationName) The name of the configuration setting that is in conflict.expectedValue(String expectedValue) The configuration value that AWS Network Security Manager expected.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
-
configurationName
The name of the configuration setting that is in conflict.
- Parameters:
configurationName- The name of the configuration setting that is in conflict.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expectedValue
The configuration value that AWS Network Security Manager expected.
- Parameters:
expectedValue- The configuration value that AWS Network Security Manager expected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actualValue
The configuration value that was found on the resource.
- Parameters:
actualValue- The configuration value that was found on the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-