public static interface ListProjectAssetsRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<ListProjectAssetsRequest.Builder,ListProjectAssetsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListProjectAssetsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return for each paginated request.
|
ListProjectAssetsRequest.Builder |
nextToken(String nextToken)
The token to be used for the next set of paginated results.
|
ListProjectAssetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListProjectAssetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListProjectAssetsRequest.Builder |
projectId(String projectId)
The ID of the project.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProjectAssetsRequest.Builder projectId(String projectId)
The ID of the project.
projectId - The ID of the project.ListProjectAssetsRequest.Builder nextToken(String nextToken)
The token to be used for the next set of paginated results.
nextToken - The token to be used for the next set of paginated results.ListProjectAssetsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return for each paginated request.
Default: 50
maxResults - The maximum number of results to return for each paginated request.
Default: 50
ListProjectAssetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListProjectAssetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.