Interface SearchStatus.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SearchStatus.Builder,,- SearchStatus> - SdkBuilder<SearchStatus.Builder,,- SearchStatus> - SdkPojo
- Enclosing class:
- SearchStatus
@Mutable
@NotThreadSafe
public static interface SearchStatus.Builder
extends SdkPojo, CopyableBuilder<SearchStatus.Builder,SearchStatus> 
- 
Method SummaryModifier and TypeMethodDescriptionThe encrypted resource ID for the request.How long it took to process the request, in milliseconds.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
timemsHow long it took to process the request, in milliseconds. - Parameters:
- timems- How long it took to process the request, in milliseconds.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ridThe encrypted resource ID for the request. - Parameters:
- rid- The encrypted resource ID for the request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-