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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartSessionsStatisticsAggregationResponse.BuilderaggregationId(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
aggregationId
StartSessionsStatisticsAggregationResponse.Builder aggregationId(String 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.
-
-