Interface GetQueryStatusWorkloadInsightsTopContributorsDataResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetQueryStatusWorkloadInsightsTopContributorsDataResponse.Builder,
,GetQueryStatusWorkloadInsightsTopContributorsDataResponse> NetworkFlowMonitorResponse.Builder
,SdkBuilder<GetQueryStatusWorkloadInsightsTopContributorsDataResponse.Builder,
,GetQueryStatusWorkloadInsightsTopContributorsDataResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetQueryStatusWorkloadInsightsTopContributorsDataResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe status of a query for top contributors data.status
(QueryStatus status) The status of a query for top contributors data.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.networkflowmonitor.model.NetworkFlowMonitorResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
status
The status of a query for top contributors data.
-
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
- The status of a query for top contributors data.-
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
The status of a query for top contributors data.
-
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
- The status of a query for top contributors data.-
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:
-
-