Interface GetInsightSummariesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetInsightSummariesRequest.Builder,
,GetInsightSummariesRequest> SdkBuilder<GetInsightSummariesRequest.Builder,
,GetInsightSummariesRequest> SdkPojo
,SdkRequest.Builder
,XRayRequest.Builder
- Enclosing class:
GetInsightSummariesRequest
public static interface GetInsightSummariesRequest.Builder
extends XRayRequest.Builder, SdkPojo, CopyableBuilder<GetInsightSummariesRequest.Builder,GetInsightSummariesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe end of the time frame in which the insights ended.The Amazon Resource Name (ARN) of the group.The name of the group.maxResults
(Integer maxResults) The maximum number of results to display.Pagination token.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The beginning of the time frame in which the insights started.states
(Collection<InsightState> states) The list of insight states.states
(InsightState... states) The list of insight states.statesWithStrings
(String... states) The list of insight states.statesWithStrings
(Collection<String> states) The list of insight states.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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.services.xray.model.XRayRequest.Builder
build
-
Method Details
-
statesWithStrings
The list of insight states.
- Parameters:
states
- The list of insight states.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statesWithStrings
The list of insight states.
- Parameters:
states
- The list of insight states.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
states
The list of insight states.
- Parameters:
states
- The list of insight states.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
states
The list of insight states.
- Parameters:
states
- The list of insight states.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupARN
The Amazon Resource Name (ARN) of the group. Required if the GroupName isn't provided.
- Parameters:
groupARN
- The Amazon Resource Name (ARN) of the group. Required if the GroupName isn't provided.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupName
The name of the group. Required if the GroupARN isn't provided.
- Parameters:
groupName
- The name of the group. Required if the GroupARN isn't provided.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
The beginning of the time frame in which the insights started. The start time can't be more than 30 days old.
- Parameters:
startTime
- The beginning of the time frame in which the insights started. The start time can't be more than 30 days old.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The end of the time frame in which the insights ended. The end time can't be more than 30 days old.
- Parameters:
endTime
- The end of the time frame in which the insights ended. The end time can't be more than 30 days old.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to display.
- Parameters:
maxResults
- The maximum number of results to display.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Pagination token.
- Parameters:
nextToken
- Pagination token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetInsightSummariesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetInsightSummariesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-