public static interface ListResourcesResponse.Builder extends CodeStarResponse.Builder, SdkPojo, CopyableBuilder<ListResourcesResponse.Builder,ListResourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListResourcesResponse.Builder |
nextToken(String nextToken)
The continuation token to use when requesting the next set of results, if there are more results to be
returned.
|
ListResourcesResponse.Builder |
resources(Collection<Resource> resources)
An array of resources associated with the project.
|
ListResourcesResponse.Builder |
resources(Consumer<Resource.Builder>... resources)
An array of resources associated with the project.
|
ListResourcesResponse.Builder |
resources(Resource... resources)
An array of resources associated with the project.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListResourcesResponse.Builder resources(Collection<Resource> resources)
An array of resources associated with the project.
resources - An array of resources associated with the project.ListResourcesResponse.Builder resources(Resource... resources)
An array of resources associated with the project.
resources - An array of resources associated with the project.ListResourcesResponse.Builder resources(Consumer<Resource.Builder>... resources)
An array of resources associated with the project.
This is a convenience method that creates an instance of theResource.Builder avoiding the need to create one
manually via Resource.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #resources(List.
resources - a consumer that will call methods on
Resource.Builder#resources(java.util.Collection) ListResourcesResponse.Builder nextToken(String nextToken)
The continuation token to use when requesting the next set of results, if there are more results to be returned.
nextToken - The continuation token to use when requesting the next set of results, if there are more results to be
returned.Copyright © 2023. All rights reserved.