Interface ConfigurationError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConfigurationError.Builder,
,ConfigurationError> SdkBuilder<ConfigurationError.Builder,
,ConfigurationError> SdkPojo
- Enclosing class:
ConfigurationError
@Mutable
@NotThreadSafe
public static interface ConfigurationError.Builder
extends SdkPojo, CopyableBuilder<ConfigurationError.Builder,ConfigurationError>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code returned when the default encryption configuration update fails.The error message returned when the default encryption configuration update fails.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
-
code
The error code returned when the default encryption configuration update fails.
- Parameters:
code
- The error code returned when the default encryption configuration update fails.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
The error message returned when the default encryption configuration update fails.
- Parameters:
message
- The error message returned when the default encryption configuration update fails.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-