Interface StartSearchResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartSearchResponse.Builder,,StartSearchResponse> IoTSiteWiseResponse.Builder,SdkBuilder<StartSearchResponse.Builder,,StartSearchResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartSearchResponse
@Mutable
@NotThreadSafe
public static interface StartSearchResponse.Builder
extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<StartSearchResponse.Builder,StartSearchResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe group identifier associated with the search, if one was supplied on the request.The unique identifier assigned to the newly started search.The initial status of the search.status(SearchStatus status) The initial status of the search.workspaceName(String workspaceName) The name of the workspace the search runs against.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseResponse.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
-
searchId
The unique identifier assigned to the newly started search.
- Parameters:
searchId- The unique identifier assigned to the newly started search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspaceName
The name of the workspace the search runs against.
- Parameters:
workspaceName- The name of the workspace the search runs against.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The initial status of the search. A newly started search is
QUEUED.- Parameters:
status- The initial status of the search. A newly started search isQUEUED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The initial status of the search. A newly started search is
QUEUED.- Parameters:
status- The initial status of the search. A newly started search isQUEUED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
groupId
The group identifier associated with the search, if one was supplied on the request.
- Parameters:
groupId- The group identifier associated with the search, if one was supplied on the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-