Interface StartSessionsStatisticsAggregationResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<StartSessionsStatisticsAggregationResponse.Builder,,StartSessionsStatisticsAggregationResponse> DeadlineResponse.Builder,SdkBuilder<StartSessionsStatisticsAggregationResponse.Builder,,StartSessionsStatisticsAggregationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 StartSessionsStatisticsAggregationResponse
public static interface StartSessionsStatisticsAggregationResponse.Builder
extends DeadlineResponse.Builder, SdkPojo, CopyableBuilder<StartSessionsStatisticsAggregationResponse.Builder,StartSessionsStatisticsAggregationResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionaggregationId(String aggregationId) A unique identifier for the aggregated statistics.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.deadline.model.DeadlineResponse.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
- 
aggregationId
A unique identifier for the aggregated statistics. Use this identifier with the
GetAggregatedStatisticsForSessionsoperation to return the statistics.- Parameters:
 aggregationId- A unique identifier for the aggregated statistics. Use this identifier with theGetAggregatedStatisticsForSessionsoperation to return the statistics.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -