public static interface GetInsightSummariesRequest.Builder extends XRayRequest.Builder, SdkPojo, CopyableBuilder<GetInsightSummariesRequest.Builder,GetInsightSummariesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetInsightSummariesRequest.Builder statesWithStrings(Collection<String> states)
The list of insight states.
states - The list of insight states.GetInsightSummariesRequest.Builder statesWithStrings(String... states)
The list of insight states.
states - The list of insight states.GetInsightSummariesRequest.Builder states(Collection<InsightState> states)
The list of insight states.
states - The list of insight states.GetInsightSummariesRequest.Builder states(InsightState... states)
The list of insight states.
states - The list of insight states.GetInsightSummariesRequest.Builder groupARN(String groupARN)
The Amazon Resource Name (ARN) of the group. Required if the GroupName isn't provided.
groupARN - The Amazon Resource Name (ARN) of the group. Required if the GroupName isn't provided.GetInsightSummariesRequest.Builder groupName(String groupName)
The name of the group. Required if the GroupARN isn't provided.
groupName - The name of the group. Required if the GroupARN isn't provided.GetInsightSummariesRequest.Builder startTime(Instant startTime)
The beginning of the time frame in which the insights started. The start time can't be more than 30 days old.
startTime - The beginning of the time frame in which the insights started. The start time can't be more than 30
days old.GetInsightSummariesRequest.Builder endTime(Instant endTime)
The end of the time frame in which the insights ended. The end time can't be more than 30 days old.
endTime - The end of the time frame in which the insights ended. The end time can't be more than 30 days old.GetInsightSummariesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to display.
maxResults - The maximum number of results to display.GetInsightSummariesRequest.Builder nextToken(String nextToken)
Pagination token.
nextToken - Pagination token.GetInsightSummariesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetInsightSummariesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.