Interface DeleteInstrumentationConfigurationRequest.Builder
- All Superinterfaces:
ApplicationSignalsRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DeleteInstrumentationConfigurationRequest.Builder,,DeleteInstrumentationConfigurationRequest> SdkBuilder<DeleteInstrumentationConfigurationRequest.Builder,,DeleteInstrumentationConfigurationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DeleteInstrumentationConfigurationRequest
@Mutable
@NotThreadSafe
public static interface DeleteInstrumentationConfigurationRequest.Builder
extends ApplicationSignalsRequest.Builder, SdkPojo, CopyableBuilder<DeleteInstrumentationConfigurationRequest.Builder,DeleteInstrumentationConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionenvironment(String environment) Environment name for the instrumentation configuration.instrumentationType(String instrumentationType) Type of instrumentation configuration (BREAKPOINT or PROBE).instrumentationType(InstrumentationType instrumentationType) Type of instrumentation configuration (BREAKPOINT or PROBE).locationIdentifier(Consumer<LocationIdentifier.Builder> locationIdentifier) Location identifier - either full code location or a pre-computed hash.locationIdentifier(LocationIdentifier locationIdentifier) Location identifier - either full code location or a pre-computed hash.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Service name for the instrumentation configuration.signalType(String signalType) Signal type for the instrumentation configuration.signalType(DynamicInstrumentationSignalType signalType) Signal type for the instrumentation configuration.Methods inherited from interface software.amazon.awssdk.services.applicationsignals.model.ApplicationSignalsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods 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
-
instrumentationType
Type of instrumentation configuration (BREAKPOINT or PROBE). Required to identify the configuration to delete.
- Parameters:
instrumentationType- Type of instrumentation configuration (BREAKPOINT or PROBE). Required to identify the configuration to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
instrumentationType
DeleteInstrumentationConfigurationRequest.Builder instrumentationType(InstrumentationType instrumentationType) Type of instrumentation configuration (BREAKPOINT or PROBE). Required to identify the configuration to delete.
- Parameters:
instrumentationType- Type of instrumentation configuration (BREAKPOINT or PROBE). Required to identify the configuration to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
service
Service name for the instrumentation configuration.
- Parameters:
service- Service name for the instrumentation configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environment
Environment name for the instrumentation configuration.
- Parameters:
environment- Environment name for the instrumentation configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signalType
Signal type for the instrumentation configuration.
- Parameters:
signalType- Signal type for the instrumentation configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
signalType
DeleteInstrumentationConfigurationRequest.Builder signalType(DynamicInstrumentationSignalType signalType) Signal type for the instrumentation configuration.
- Parameters:
signalType- Signal type for the instrumentation configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
locationIdentifier
DeleteInstrumentationConfigurationRequest.Builder locationIdentifier(LocationIdentifier locationIdentifier) Location identifier - either full code location or a pre-computed hash.
- Parameters:
locationIdentifier- Location identifier - either full code location or a pre-computed hash.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
locationIdentifier
default DeleteInstrumentationConfigurationRequest.Builder locationIdentifier(Consumer<LocationIdentifier.Builder> locationIdentifier) Location identifier - either full code location or a pre-computed hash.
This is a convenience method that creates an instance of theLocationIdentifier.Builderavoiding the need to create one manually viaLocationIdentifier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolocationIdentifier(LocationIdentifier).- Parameters:
locationIdentifier- a consumer that will call methods onLocationIdentifier.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
DeleteInstrumentationConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeleteInstrumentationConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-