Interface StartSessionsStatisticsAggregationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<StartSessionsStatisticsAggregationResponse.Builder,
,StartSessionsStatisticsAggregationResponse> DeadlineResponse.Builder
,SdkBuilder<StartSessionsStatisticsAggregationResponse.Builder,
,StartSessionsStatisticsAggregationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
StartSessionsStatisticsAggregationResponse
@Mutable
@NotThreadSafe
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
copy
Methods inherited from interface software.amazon.awssdk.services.deadline.model.DeadlineResponse.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
-
aggregationId
A unique identifier for the aggregated statistics. Use this identifier with the
GetAggregatedStatisticsForSessions
operation to return the statistics.- Parameters:
aggregationId
- A unique identifier for the aggregated statistics. Use this identifier with theGetAggregatedStatisticsForSessions
operation to return the statistics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-