Interface BatchDeleteScope.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchDeleteScope.Builder,,BatchDeleteScope> SdkBuilder<BatchDeleteScope.Builder,,BatchDeleteScope> SdkPojo
- Enclosing class:
BatchDeleteScope
@Mutable
@NotThreadSafe
public static interface BatchDeleteScope.Builder
extends SdkPojo, CopyableBuilder<BatchDeleteScope.Builder,BatchDeleteScope>
-
Method Summary
Modifier and TypeMethodDescriptionenvironment(String environment) Environment identifier for the instrumentation configurations.instrumentationType(String instrumentationType) Instrumentation type: BREAKPOINT or PROBE.instrumentationType(InstrumentationType instrumentationType) Instrumentation type: BREAKPOINT or PROBE.Service name for the instrumentation configurations.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
-
service
Service name for the instrumentation configurations.
- Parameters:
service- Service name for the instrumentation configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environment
Environment identifier for the instrumentation configurations.
- Parameters:
environment- Environment identifier for the instrumentation configurations.- 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:
-