Interface BatchDeleteSuccessfulDeletion.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchDeleteSuccessfulDeletion.Builder,,BatchDeleteSuccessfulDeletion> SdkBuilder<BatchDeleteSuccessfulDeletion.Builder,,BatchDeleteSuccessfulDeletion> SdkPojo
- Enclosing class:
BatchDeleteSuccessfulDeletion
@Mutable
@NotThreadSafe
public static interface BatchDeleteSuccessfulDeletion.Builder
extends SdkPojo, CopyableBuilder<BatchDeleteSuccessfulDeletion.Builder,BatchDeleteSuccessfulDeletion>
-
Method Summary
Modifier and TypeMethodDescriptionlocationHash(String locationHash) Location hash of the deleted configuration (populated only when deleting by scope).resourceArn(String resourceArn) ARN of the deleted configuration (populated only when deleting by ARN list).signalType(String signalType) Signal type of the deleted configuration (populated only when deleting by scope).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
-
resourceArn
ARN of the deleted configuration (populated only when deleting by ARN list).
- Parameters:
resourceArn- ARN of the deleted configuration (populated only when deleting by ARN list).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signalType
Signal type of the deleted configuration (populated only when deleting by scope).
- Parameters:
signalType- Signal type of the deleted configuration (populated only when deleting by scope).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
locationHash
Location hash of the deleted configuration (populated only when deleting by scope).
- Parameters:
locationHash- Location hash of the deleted configuration (populated only when deleting by scope).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-