Interface GetInsightSummariesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetInsightSummariesRequest.Builder,GetInsightSummariesRequest>,SdkBuilder<GetInsightSummariesRequest.Builder,GetInsightSummariesRequest>,SdkPojo,SdkRequest.Builder,XRayRequest.Builder
- Enclosing class:
- GetInsightSummariesRequest
@Mutable @NotThreadSafe public static interface GetInsightSummariesRequest.Builder extends XRayRequest.Builder, SdkPojo, CopyableBuilder<GetInsightSummariesRequest.Builder,GetInsightSummariesRequest>
-
-
Method Summary
-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.xray.model.XRayRequest.Builder
build
-
-
-
-
Method Detail
-
statesWithStrings
GetInsightSummariesRequest.Builder statesWithStrings(Collection<String> 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.
-
statesWithStrings
GetInsightSummariesRequest.Builder statesWithStrings(String... 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
GetInsightSummariesRequest.Builder states(Collection<InsightState> 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
GetInsightSummariesRequest.Builder states(InsightState... 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
GetInsightSummariesRequest.Builder groupARN(String 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
GetInsightSummariesRequest.Builder groupName(String 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
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.
- 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
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.
- 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
GetInsightSummariesRequest.Builder maxResults(Integer 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
GetInsightSummariesRequest.Builder nextToken(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetInsightSummariesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-