Interface GetQueryStatusWorkloadInsightsTopContributorsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetQueryStatusWorkloadInsightsTopContributorsResponse.Builder,,GetQueryStatusWorkloadInsightsTopContributorsResponse> NetworkFlowMonitorResponse.Builder,SdkBuilder<GetQueryStatusWorkloadInsightsTopContributorsResponse.Builder,,GetQueryStatusWorkloadInsightsTopContributorsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetQueryStatusWorkloadInsightsTopContributorsResponse
-
Method Summary
Modifier and TypeMethodDescriptionWhen you run a query, use this call to check the status of the query to make sure that the query hasSUCCEEDEDbefore you review the results.status(QueryStatus status) When you run a query, use this call to check the status of the query to make sure that the query hasSUCCEEDEDbefore you review the results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.networkflowmonitor.model.NetworkFlowMonitorResponse.Builder
build, responseMetadata, responseMetadataMethods 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
-
status
When you run a query, use this call to check the status of the query to make sure that the query has
SUCCEEDEDbefore you review the results.-
QUEUED: The query is scheduled to run. -
RUNNING: The query is in progress but not complete. -
SUCCEEDED: The query completed sucessfully. -
FAILED: The query failed due to an error. -
CANCELED: The query was canceled.
- Parameters:
status- When you run a query, use this call to check the status of the query to make sure that the query hasSUCCEEDEDbefore you review the results.-
QUEUED: The query is scheduled to run. -
RUNNING: The query is in progress but not complete. -
SUCCEEDED: The query completed sucessfully. -
FAILED: The query failed due to an error. -
CANCELED: The query was canceled.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
status
When you run a query, use this call to check the status of the query to make sure that the query has
SUCCEEDEDbefore you review the results.-
QUEUED: The query is scheduled to run. -
RUNNING: The query is in progress but not complete. -
SUCCEEDED: The query completed sucessfully. -
FAILED: The query failed due to an error. -
CANCELED: The query was canceled.
- Parameters:
status- When you run a query, use this call to check the status of the query to make sure that the query hasSUCCEEDEDbefore you review the results.-
QUEUED: The query is scheduled to run. -
RUNNING: The query is in progress but not complete. -
SUCCEEDED: The query completed sucessfully. -
FAILED: The query failed due to an error. -
CANCELED: The query was canceled.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-