public static interface ListCodegenJobsResponse.Builder extends AmplifyUiBuilderResponse.Builder, SdkPojo, CopyableBuilder<ListCodegenJobsResponse.Builder,ListCodegenJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCodegenJobsResponse.Builder |
entities(CodegenJobSummary... entities)
The list of code generation jobs for the Amplify app.
|
ListCodegenJobsResponse.Builder |
entities(Collection<CodegenJobSummary> entities)
The list of code generation jobs for the Amplify app.
|
ListCodegenJobsResponse.Builder |
entities(Consumer<CodegenJobSummary.Builder>... entities)
The list of code generation jobs for the Amplify app.
|
ListCodegenJobsResponse.Builder |
nextToken(String nextToken)
The pagination token that's included if more results are available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCodegenJobsResponse.Builder entities(Collection<CodegenJobSummary> entities)
The list of code generation jobs for the Amplify app.
entities - The list of code generation jobs for the Amplify app.ListCodegenJobsResponse.Builder entities(CodegenJobSummary... entities)
The list of code generation jobs for the Amplify app.
entities - The list of code generation jobs for the Amplify app.ListCodegenJobsResponse.Builder entities(Consumer<CodegenJobSummary.Builder>... entities)
The list of code generation jobs for the Amplify app.
This is a convenience method that creates an instance of theCodegenJobSummary.Builder avoiding the need to
create one manually via
CodegenJobSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #entities(List.
entities - a consumer that will call methods on
CodegenJobSummary.Builder#entities(java.util.Collection) ListCodegenJobsResponse.Builder nextToken(String nextToken)
The pagination token that's included if more results are available.
nextToken - The pagination token that's included if more results are available.Copyright © 2023. All rights reserved.