Interface InvalidFirewallReasons.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InvalidFirewallReasons.Builder,,InvalidFirewallReasons> SdkBuilder<InvalidFirewallReasons.Builder,,InvalidFirewallReasons> SdkPojo
- Enclosing class:
InvalidFirewallReasons
-
Method Summary
Modifier and TypeMethodDescriptionincorrectAppendableConfigurationOrder(Collection<ConfigurationIssue> incorrectAppendableConfigurationOrder) Appendable configuration values that are present but in the wrong order.incorrectAppendableConfigurationOrder(Consumer<ConfigurationIssue.Builder>... incorrectAppendableConfigurationOrder) Appendable configuration values that are present but in the wrong order.incorrectAppendableConfigurationOrder(ConfigurationIssue... incorrectAppendableConfigurationOrder) Appendable configuration values that are present but in the wrong order.incorrectSingleValueConfigurations(Collection<ConfigurationIssue> incorrectSingleValueConfigurations) Single-value configuration settings whose values do not match the expected values.incorrectSingleValueConfigurations(Consumer<ConfigurationIssue.Builder>... incorrectSingleValueConfigurations) Single-value configuration settings whose values do not match the expected values.incorrectSingleValueConfigurations(ConfigurationIssue... incorrectSingleValueConfigurations) Single-value configuration settings whose values do not match the expected values.missingAppendableConfigurationValues(Collection<ConfigurationIssue> missingAppendableConfigurationValues) Appendable configuration values that are expected but missing.missingAppendableConfigurationValues(Consumer<ConfigurationIssue.Builder>... missingAppendableConfigurationValues) Appendable configuration values that are expected but missing.missingAppendableConfigurationValues(ConfigurationIssue... missingAppendableConfigurationValues) Appendable configuration values that are expected but missing.missingMergeableConfigurationValues(Collection<ConfigurationIssue> missingMergeableConfigurationValues) Mergeable configuration values that are expected but missing.missingMergeableConfigurationValues(Consumer<ConfigurationIssue.Builder>... missingMergeableConfigurationValues) Mergeable configuration values that are expected but missing.missingMergeableConfigurationValues(ConfigurationIssue... missingMergeableConfigurationValues) Mergeable configuration values that are expected but missing.unexpectedAppendableConfigurationValues(Collection<ConfigurationIssue> unexpectedAppendableConfigurationValues) Appendable configuration values that are present but not expected.unexpectedAppendableConfigurationValues(Consumer<ConfigurationIssue.Builder>... unexpectedAppendableConfigurationValues) Appendable configuration values that are present but not expected.unexpectedAppendableConfigurationValues(ConfigurationIssue... unexpectedAppendableConfigurationValues) Appendable configuration values that are present but not expected.unexpectedMergeableConfigurationValues(Collection<ConfigurationIssue> unexpectedMergeableConfigurationValues) Mergeable configuration values that are present but not expected.unexpectedMergeableConfigurationValues(Consumer<ConfigurationIssue.Builder>... unexpectedMergeableConfigurationValues) Mergeable configuration values that are present but not expected.unexpectedMergeableConfigurationValues(ConfigurationIssue... unexpectedMergeableConfigurationValues) Mergeable configuration values that are present but not 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
-
incorrectSingleValueConfigurations
InvalidFirewallReasons.Builder incorrectSingleValueConfigurations(Collection<ConfigurationIssue> incorrectSingleValueConfigurations) Single-value configuration settings whose values do not match the expected values.
- Parameters:
incorrectSingleValueConfigurations- Single-value configuration settings whose values do not match the expected values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
incorrectSingleValueConfigurations
InvalidFirewallReasons.Builder incorrectSingleValueConfigurations(ConfigurationIssue... incorrectSingleValueConfigurations) Single-value configuration settings whose values do not match the expected values.
- Parameters:
incorrectSingleValueConfigurations- Single-value configuration settings whose values do not match the expected values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
incorrectSingleValueConfigurations
InvalidFirewallReasons.Builder incorrectSingleValueConfigurations(Consumer<ConfigurationIssue.Builder>... incorrectSingleValueConfigurations) Single-value configuration settings whose values do not match the expected values.
This is a convenience method that creates an instance of theConfigurationIssue.Builderavoiding the need to create one manually viaConfigurationIssue.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toincorrectSingleValueConfigurations(List<ConfigurationIssue>).- Parameters:
incorrectSingleValueConfigurations- a consumer that will call methods onConfigurationIssue.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
missingAppendableConfigurationValues
InvalidFirewallReasons.Builder missingAppendableConfigurationValues(Collection<ConfigurationIssue> missingAppendableConfigurationValues) Appendable configuration values that are expected but missing.
- Parameters:
missingAppendableConfigurationValues- Appendable configuration values that are expected but missing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
missingAppendableConfigurationValues
InvalidFirewallReasons.Builder missingAppendableConfigurationValues(ConfigurationIssue... missingAppendableConfigurationValues) Appendable configuration values that are expected but missing.
- Parameters:
missingAppendableConfigurationValues- Appendable configuration values that are expected but missing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
missingAppendableConfigurationValues
InvalidFirewallReasons.Builder missingAppendableConfigurationValues(Consumer<ConfigurationIssue.Builder>... missingAppendableConfigurationValues) Appendable configuration values that are expected but missing.
This is a convenience method that creates an instance of theConfigurationIssue.Builderavoiding the need to create one manually viaConfigurationIssue.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomissingAppendableConfigurationValues(List<ConfigurationIssue>).- Parameters:
missingAppendableConfigurationValues- a consumer that will call methods onConfigurationIssue.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
unexpectedAppendableConfigurationValues
InvalidFirewallReasons.Builder unexpectedAppendableConfigurationValues(Collection<ConfigurationIssue> unexpectedAppendableConfigurationValues) Appendable configuration values that are present but not expected.
- Parameters:
unexpectedAppendableConfigurationValues- Appendable configuration values that are present but not expected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unexpectedAppendableConfigurationValues
InvalidFirewallReasons.Builder unexpectedAppendableConfigurationValues(ConfigurationIssue... unexpectedAppendableConfigurationValues) Appendable configuration values that are present but not expected.
- Parameters:
unexpectedAppendableConfigurationValues- Appendable configuration values that are present but not expected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unexpectedAppendableConfigurationValues
InvalidFirewallReasons.Builder unexpectedAppendableConfigurationValues(Consumer<ConfigurationIssue.Builder>... unexpectedAppendableConfigurationValues) Appendable configuration values that are present but not expected.
This is a convenience method that creates an instance of theConfigurationIssue.Builderavoiding the need to create one manually viaConfigurationIssue.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tounexpectedAppendableConfigurationValues(List<ConfigurationIssue>).- Parameters:
unexpectedAppendableConfigurationValues- a consumer that will call methods onConfigurationIssue.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
incorrectAppendableConfigurationOrder
InvalidFirewallReasons.Builder incorrectAppendableConfigurationOrder(Collection<ConfigurationIssue> incorrectAppendableConfigurationOrder) Appendable configuration values that are present but in the wrong order.
- Parameters:
incorrectAppendableConfigurationOrder- Appendable configuration values that are present but in the wrong order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
incorrectAppendableConfigurationOrder
InvalidFirewallReasons.Builder incorrectAppendableConfigurationOrder(ConfigurationIssue... incorrectAppendableConfigurationOrder) Appendable configuration values that are present but in the wrong order.
- Parameters:
incorrectAppendableConfigurationOrder- Appendable configuration values that are present but in the wrong order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
incorrectAppendableConfigurationOrder
InvalidFirewallReasons.Builder incorrectAppendableConfigurationOrder(Consumer<ConfigurationIssue.Builder>... incorrectAppendableConfigurationOrder) Appendable configuration values that are present but in the wrong order.
This is a convenience method that creates an instance of theConfigurationIssue.Builderavoiding the need to create one manually viaConfigurationIssue.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toincorrectAppendableConfigurationOrder(List<ConfigurationIssue>).- Parameters:
incorrectAppendableConfigurationOrder- a consumer that will call methods onConfigurationIssue.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
missingMergeableConfigurationValues
InvalidFirewallReasons.Builder missingMergeableConfigurationValues(Collection<ConfigurationIssue> missingMergeableConfigurationValues) Mergeable configuration values that are expected but missing.
- Parameters:
missingMergeableConfigurationValues- Mergeable configuration values that are expected but missing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
missingMergeableConfigurationValues
InvalidFirewallReasons.Builder missingMergeableConfigurationValues(ConfigurationIssue... missingMergeableConfigurationValues) Mergeable configuration values that are expected but missing.
- Parameters:
missingMergeableConfigurationValues- Mergeable configuration values that are expected but missing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
missingMergeableConfigurationValues
InvalidFirewallReasons.Builder missingMergeableConfigurationValues(Consumer<ConfigurationIssue.Builder>... missingMergeableConfigurationValues) Mergeable configuration values that are expected but missing.
This is a convenience method that creates an instance of theConfigurationIssue.Builderavoiding the need to create one manually viaConfigurationIssue.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomissingMergeableConfigurationValues(List<ConfigurationIssue>).- Parameters:
missingMergeableConfigurationValues- a consumer that will call methods onConfigurationIssue.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
unexpectedMergeableConfigurationValues
InvalidFirewallReasons.Builder unexpectedMergeableConfigurationValues(Collection<ConfigurationIssue> unexpectedMergeableConfigurationValues) Mergeable configuration values that are present but not expected.
- Parameters:
unexpectedMergeableConfigurationValues- Mergeable configuration values that are present but not expected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unexpectedMergeableConfigurationValues
InvalidFirewallReasons.Builder unexpectedMergeableConfigurationValues(ConfigurationIssue... unexpectedMergeableConfigurationValues) Mergeable configuration values that are present but not expected.
- Parameters:
unexpectedMergeableConfigurationValues- Mergeable configuration values that are present but not expected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unexpectedMergeableConfigurationValues
InvalidFirewallReasons.Builder unexpectedMergeableConfigurationValues(Consumer<ConfigurationIssue.Builder>... unexpectedMergeableConfigurationValues) Mergeable configuration values that are present but not expected.
This is a convenience method that creates an instance of theConfigurationIssue.Builderavoiding the need to create one manually viaConfigurationIssue.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tounexpectedMergeableConfigurationValues(List<ConfigurationIssue>).- Parameters:
unexpectedMergeableConfigurationValues- a consumer that will call methods onConfigurationIssue.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-