Interface StartTelemetryQueryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudWatchOmniResponse.Builder,CopyableBuilder<StartTelemetryQueryResponse.Builder,,StartTelemetryQueryResponse> SdkBuilder<StartTelemetryQueryResponse.Builder,,StartTelemetryQueryResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartTelemetryQueryResponse
@Mutable
@NotThreadSafe
public static interface StartTelemetryQueryResponse.Builder
extends CloudWatchOmniResponse.Builder, SdkPojo, CopyableBuilder<StartTelemetryQueryResponse.Builder,StartTelemetryQueryResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique ID of the query.The unique ID of the session.Methods inherited from interface software.amazon.awssdk.services.cloudwatchomni.model.CloudWatchOmniResponse.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
-
queryId
The unique ID of the query.
- Parameters:
queryId- The unique ID of the query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
The unique ID of the session.
- Parameters:
sessionId- The unique ID of the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-