public static interface ListResourcesRequest.Builder extends CodeStarRequest.Builder, CopyableBuilder<ListResourcesRequest.Builder,ListResourcesRequest>
Modifier and Type | Method and Description |
---|---|
ListResourcesRequest.Builder |
maxResults(Integer maxResults)
The maximum amount of data that can be contained in a single set of results.
|
ListResourcesRequest.Builder |
nextToken(String nextToken)
The continuation token for the next set of results, if the results cannot be returned in one response.
|
ListResourcesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListResourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListResourcesRequest.Builder |
projectId(String projectId)
The ID of the project.
|
build
overrideConfiguration
copy
applyMutation, build
ListResourcesRequest.Builder projectId(String projectId)
The ID of the project.
projectId
- The ID of the project.ListResourcesRequest.Builder nextToken(String nextToken)
The continuation token for the next set of results, if the results cannot be returned in one response.
nextToken
- The continuation token for the next set of results, if the results cannot be returned in one response.ListResourcesRequest.Builder maxResults(Integer maxResults)
The maximum amount of data that can be contained in a single set of results.
maxResults
- The maximum amount of data that can be contained in a single set of results.ListResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.