Interface SuggestStatus.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<SuggestStatus.Builder,,SuggestStatus> SdkBuilder<SuggestStatus.Builder,,SuggestStatus> SdkPojo
- Enclosing class:
 SuggestStatus
public static interface SuggestStatus.Builder
extends SdkPojo, CopyableBuilder<SuggestStatus.Builder,SuggestStatus> 
- 
Method Summary
Modifier 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.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
timems
How 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.
 
 - 
rid
The 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.
 
 
 -