Interface ListIndicatorsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListIndicatorsRequest.Builder,ListIndicatorsRequest>,DetectiveRequest.Builder,SdkBuilder<ListIndicatorsRequest.Builder,ListIndicatorsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListIndicatorsRequest
public static interface ListIndicatorsRequest.Builder extends DetectiveRequest.Builder, SdkPojo, CopyableBuilder<ListIndicatorsRequest.Builder,ListIndicatorsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListIndicatorsRequest.BuildergraphArn(String graphArn)The Amazon Resource Name (ARN) of the behavior graph.ListIndicatorsRequest.BuilderindicatorType(String indicatorType)For the list of indicators of compromise that are generated by Detective investigations, see Detective investigations.ListIndicatorsRequest.BuilderindicatorType(IndicatorType indicatorType)For the list of indicators of compromise that are generated by Detective investigations, see Detective investigations.ListIndicatorsRequest.BuilderinvestigationId(String investigationId)The investigation ID of the investigation report.ListIndicatorsRequest.BuildermaxResults(Integer maxResults)Lists the maximum number of indicators in a page.ListIndicatorsRequest.BuildernextToken(String nextToken)Lists if there are more results available.ListIndicatorsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListIndicatorsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.services.detective.model.DetectiveRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
graphArn
ListIndicatorsRequest.Builder graphArn(String graphArn)
The Amazon Resource Name (ARN) of the behavior graph.
- Parameters:
graphArn- The Amazon Resource Name (ARN) of the behavior graph.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
investigationId
ListIndicatorsRequest.Builder investigationId(String investigationId)
The investigation ID of the investigation report.
- Parameters:
investigationId- The investigation ID of the investigation report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
indicatorType
ListIndicatorsRequest.Builder indicatorType(String indicatorType)
For the list of indicators of compromise that are generated by Detective investigations, see Detective investigations.
- Parameters:
indicatorType- For the list of indicators of compromise that are generated by Detective investigations, see Detective investigations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IndicatorType,IndicatorType
-
indicatorType
ListIndicatorsRequest.Builder indicatorType(IndicatorType indicatorType)
For the list of indicators of compromise that are generated by Detective investigations, see Detective investigations.
- Parameters:
indicatorType- For the list of indicators of compromise that are generated by Detective investigations, see Detective investigations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IndicatorType,IndicatorType
-
nextToken
ListIndicatorsRequest.Builder nextToken(String nextToken)
Lists if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.
Each pagination token expires after 24 hours. Using an expired pagination token will return a Validation Exception error.
- Parameters:
nextToken- Lists if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.Each pagination token expires after 24 hours. Using an expired pagination token will return a Validation Exception error.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListIndicatorsRequest.Builder maxResults(Integer maxResults)
Lists the maximum number of indicators in a page.
- Parameters:
maxResults- Lists the maximum number of indicators in a page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListIndicatorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListIndicatorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-