Interface GetInstrumentationConfigurationStatusResponse.Builder
- All Superinterfaces:
ApplicationSignalsResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetInstrumentationConfigurationStatusResponse.Builder,,GetInstrumentationConfigurationStatusResponse> SdkBuilder<GetInstrumentationConfigurationStatusResponse.Builder,,GetInstrumentationConfigurationStatusResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetInstrumentationConfigurationStatusResponse
-
Method Summary
Modifier and TypeMethodDescriptionenvironment(String environment) The environment echoed from the request.events(Collection<InstrumentationStatusEvent> events) The list of status events within the requested time window, sorted with the most recent first.events(Consumer<InstrumentationStatusEvent.Builder>... events) The list of status events within the requested time window, sorted with the most recent first.events(InstrumentationStatusEvent... events) The list of status events within the requested time window, sorted with the most recent first.location(Consumer<Location.Builder> location) The code location echoed from the request.The code location echoed from the request.Pagination token to continue retrieving status events.The service name echoed from the request.signalType(String signalType) The telemetry signal type echoed from the request.signalType(DynamicInstrumentationSignalType signalType) The telemetry signal type echoed from the request.The status that was queried.The status that was queried.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
-
service
The service name echoed from the request.
- Parameters:
service- The service name echoed from the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environment
The environment echoed from the request.
- Parameters:
environment- The environment echoed from the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signalType
The telemetry signal type echoed from the request.
- Parameters:
signalType- The telemetry signal type echoed from the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
signalType
GetInstrumentationConfigurationStatusResponse.Builder signalType(DynamicInstrumentationSignalType signalType) The telemetry signal type echoed from the request.
- Parameters:
signalType- The telemetry signal type echoed from the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
location
The code location echoed from the request.
- Parameters:
location- The code location echoed from the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
location
default GetInstrumentationConfigurationStatusResponse.Builder location(Consumer<Location.Builder> location) The code location echoed from the request.
This is a convenience method that creates an instance of theLocation.Builderavoiding the need to create one manually viaLocation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolocation(Location).- Parameters:
location- a consumer that will call methods onLocation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status that was queried. If not specified in the request, this is
ACTIVE.- Parameters:
status- The status that was queried. If not specified in the request, this isACTIVE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
GetInstrumentationConfigurationStatusResponse.Builder status(InstrumentationConfigurationStatus status) The status that was queried. If not specified in the request, this is
ACTIVE.- Parameters:
status- The status that was queried. If not specified in the request, this isACTIVE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
events
GetInstrumentationConfigurationStatusResponse.Builder events(Collection<InstrumentationStatusEvent> events) The list of status events within the requested time window, sorted with the most recent first. Error events include an error cause.
- Parameters:
events- The list of status events within the requested time window, sorted with the most recent first. Error events include an error cause.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
events
The list of status events within the requested time window, sorted with the most recent first. Error events include an error cause.
- Parameters:
events- The list of status events within the requested time window, sorted with the most recent first. Error events include an error cause.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
events
GetInstrumentationConfigurationStatusResponse.Builder events(Consumer<InstrumentationStatusEvent.Builder>... events) The list of status events within the requested time window, sorted with the most recent first. Error events include an error cause.
This is a convenience method that creates an instance of theInstrumentationStatusEvent.Builderavoiding the need to create one manually viaInstrumentationStatusEvent.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toevents(List<InstrumentationStatusEvent>).- Parameters:
events- a consumer that will call methods onInstrumentationStatusEvent.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Pagination token to continue retrieving status events.
- Parameters:
nextToken- Pagination token to continue retrieving status events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-