Interface DeletionWarning.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DeletionWarning.Builder,
,DeletionWarning> SdkBuilder<DeletionWarning.Builder,
,DeletionWarning> SdkPojo
- Enclosing class:
DeletionWarning
@Mutable
@NotThreadSafe
public static interface DeletionWarning.Builder
extends SdkPojo, CopyableBuilder<DeletionWarning.Builder,DeletionWarning>
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationId
(String configurationId) The unique identifier of the configuration that produced a warning.warningCode
(Integer warningCode) The integer warning code associated with the warning message.warningText
(String warningText) A descriptive message of the warning the associated configuration ID produced.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
-
configurationId
The unique identifier of the configuration that produced a warning.
- Parameters:
configurationId
- The unique identifier of the configuration that produced a warning.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
warningCode
The integer warning code associated with the warning message.
- Parameters:
warningCode
- The integer warning code associated with the warning message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
warningText
A descriptive message of the warning the associated configuration ID produced.
- Parameters:
warningText
- A descriptive message of the warning the associated configuration ID produced.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-