Interface ConfigurationStatus.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ConfigurationStatus.Builder,,ConfigurationStatus> SdkBuilder<ConfigurationStatus.Builder,,ConfigurationStatus> SdkPojo
- Enclosing class:
ConfigurationStatus
@Mutable
@NotThreadSafe
public static interface ConfigurationStatus.Builder
extends SdkPojo, CopyableBuilder<ConfigurationStatus.Builder,ConfigurationStatus>
-
Method Summary
Modifier and TypeMethodDescriptiondefault ConfigurationStatus.Buildererror(Consumer<ConfigurationError.Builder> error) The error details describing a failed default encryption configuration update.error(ConfigurationError error) The error details describing a failed default encryption configuration update.The status state describing the default encryption configuration update.state(ConfigurationState state) The status state describing the default encryption configuration update.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
-
error
The error details describing a failed default encryption configuration update.
- Parameters:
error- The error details describing a failed default encryption configuration update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
error
The error details describing a failed default encryption configuration update.
This is a convenience method that creates an instance of theConfigurationError.Builderavoiding the need to create one manually viaConfigurationError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerror(ConfigurationError).- Parameters:
error- a consumer that will call methods onConfigurationError.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The status state describing the default encryption configuration update.
- Parameters:
state- The status state describing the default encryption configuration update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The status state describing the default encryption configuration update.
- Parameters:
state- The status state describing the default encryption configuration update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-