Interface DeleteInstrumentationConfigurationResponse.Builder
- All Superinterfaces:
ApplicationSignalsResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<DeleteInstrumentationConfigurationResponse.Builder,,DeleteInstrumentationConfigurationResponse> SdkBuilder<DeleteInstrumentationConfigurationResponse.Builder,,DeleteInstrumentationConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DeleteInstrumentationConfigurationResponse
@Mutable
@NotThreadSafe
public static interface DeleteInstrumentationConfigurationResponse.Builder
extends ApplicationSignalsResponse.Builder, SdkPojo, CopyableBuilder<DeleteInstrumentationConfigurationResponse.Builder,DeleteInstrumentationConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondeletionStatus(String deletionStatus) The result of the delete request.deletionStatus(DynamicInstrumentationDeletionStatus deletionStatus) The result of the delete request.Methods inherited from interface software.amazon.awssdk.services.applicationsignals.model.ApplicationSignalsResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
deletionStatus
The result of the delete request. The value is
DELETEDwhen the configuration has been removed.- Parameters:
deletionStatus- The result of the delete request. The value isDELETEDwhen the configuration has been removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deletionStatus
DeleteInstrumentationConfigurationResponse.Builder deletionStatus(DynamicInstrumentationDeletionStatus deletionStatus) The result of the delete request. The value is
DELETEDwhen the configuration has been removed.- Parameters:
deletionStatus- The result of the delete request. The value isDELETEDwhen the configuration has been removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-