Interface ListDatasourcePackagesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDatasourcePackagesRequest.Builder,ListDatasourcePackagesRequest>,DetectiveRequest.Builder,SdkBuilder<ListDatasourcePackagesRequest.Builder,ListDatasourcePackagesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDatasourcePackagesRequest
public static interface ListDatasourcePackagesRequest.Builder extends DetectiveRequest.Builder, SdkPojo, CopyableBuilder<ListDatasourcePackagesRequest.Builder,ListDatasourcePackagesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDatasourcePackagesRequest.BuildergraphArn(String graphArn)The ARN of the behavior graph.ListDatasourcePackagesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return.ListDatasourcePackagesRequest.BuildernextToken(String nextToken)For requests to get the next page of results, the pagination token that was returned with the previous set of results.ListDatasourcePackagesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDatasourcePackagesRequest.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
ListDatasourcePackagesRequest.Builder graphArn(String graphArn)
The ARN of the behavior graph.
- Parameters:
graphArn- The ARN of the behavior graph.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListDatasourcePackagesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
- Parameters:
maxResults- The maximum number of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDatasourcePackagesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDatasourcePackagesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-