public static interface ListDatasourcePackagesRequest.Builder extends DetectiveRequest.Builder, SdkPojo, CopyableBuilder<ListDatasourcePackagesRequest.Builder,ListDatasourcePackagesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDatasourcePackagesRequest.Builder |
graphArn(String graphArn)
The ARN of the behavior graph.
|
ListDatasourcePackagesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return.
|
ListDatasourcePackagesRequest.Builder |
nextToken(String nextToken)
For requests to get the next page of results, the pagination token that was returned with the previous set of
results.
|
ListDatasourcePackagesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDatasourcePackagesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDatasourcePackagesRequest.Builder graphArn(String graphArn)
The ARN of the behavior graph.
graphArn - The ARN of the behavior graph.ListDatasourcePackagesRequest.Builder nextToken(String nextToken)
For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.
nextToken - For requests to get the next page of results, the pagination token that was returned with the previous
set of results. The initial request does not include a pagination token.ListDatasourcePackagesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.ListDatasourcePackagesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDatasourcePackagesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.