Interface ListCodegenJobsResponse.Builder
- All Superinterfaces:
AmplifyUiBuilderResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<ListCodegenJobsResponse.Builder,
,ListCodegenJobsResponse> SdkBuilder<ListCodegenJobsResponse.Builder,
,ListCodegenJobsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListCodegenJobsResponse
@Mutable
@NotThreadSafe
public static interface ListCodegenJobsResponse.Builder
extends AmplifyUiBuilderResponse.Builder, SdkPojo, CopyableBuilder<ListCodegenJobsResponse.Builder,ListCodegenJobsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionentities
(Collection<CodegenJobSummary> entities) The list of code generation jobs for the Amplify app.entities
(Consumer<CodegenJobSummary.Builder>... entities) The list of code generation jobs for the Amplify app.entities
(CodegenJobSummary... entities) The list of code generation jobs for the Amplify app.The pagination token that's included if more results are available.Methods inherited from interface software.amazon.awssdk.services.amplifyuibuilder.model.AmplifyUiBuilderResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
entities
The list of code generation jobs for the Amplify app.
- Parameters:
entities
- The list of code generation jobs for the Amplify app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entities
The list of code generation jobs for the Amplify app.
- Parameters:
entities
- The list of code generation jobs for the Amplify app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaCodegenJobSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toentities(List<CodegenJobSummary>)
.- Parameters:
entities
- a consumer that will call methods onCodegenJobSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The pagination token that's included if more results are available.
- Parameters:
nextToken
- The pagination token that's included if more results are available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-