Interface BatchDeleteByResourceArns.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchDeleteByResourceArns.Builder,,BatchDeleteByResourceArns> SdkBuilder<BatchDeleteByResourceArns.Builder,,BatchDeleteByResourceArns> SdkPojo
- Enclosing class:
BatchDeleteByResourceArns
@Mutable
@NotThreadSafe
public static interface BatchDeleteByResourceArns.Builder
extends SdkPojo, CopyableBuilder<BatchDeleteByResourceArns.Builder,BatchDeleteByResourceArns>
-
Method Summary
Modifier and TypeMethodDescriptioninstrumentationType(String instrumentationType) Instrumentation type: BREAKPOINT or PROBE.instrumentationType(InstrumentationType instrumentationType) Instrumentation type: BREAKPOINT or PROBE.resourceArns(String... resourceArns) List of resource ARNs to delete.resourceArns(Collection<String> resourceArns) List of resource ARNs to delete.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
-
resourceArns
List of resource ARNs to delete.
- Parameters:
resourceArns- List of resource ARNs to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArns
List of resource ARNs to delete.
- Parameters:
resourceArns- List of resource ARNs to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instrumentationType
Instrumentation type: BREAKPOINT or PROBE.
- Parameters:
instrumentationType- Instrumentation type: BREAKPOINT or PROBE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
instrumentationType
Instrumentation type: BREAKPOINT or PROBE.
- Parameters:
instrumentationType- Instrumentation type: BREAKPOINT or PROBE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-