public static interface ListCodegenJobsRequest.Builder extends AmplifyUiBuilderRequest.Builder, SdkPojo, CopyableBuilder<ListCodegenJobsRequest.Builder,ListCodegenJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListCodegenJobsRequest.Builder |
appId(String appId)
The unique ID for the Amplify app.
|
ListCodegenJobsRequest.Builder |
environmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
|
ListCodegenJobsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of jobs to retrieve.
|
ListCodegenJobsRequest.Builder |
nextToken(String nextToken)
The token to request the next page of results.
|
ListCodegenJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCodegenJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCodegenJobsRequest.Builder appId(String appId)
The unique ID for the Amplify app.
appId - The unique ID for the Amplify app.ListCodegenJobsRequest.Builder environmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
environmentName - The name of the backend environment that is a part of the Amplify app.ListCodegenJobsRequest.Builder nextToken(String nextToken)
The token to request the next page of results.
nextToken - The token to request the next page of results.ListCodegenJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of jobs to retrieve.
maxResults - The maximum number of jobs to retrieve.ListCodegenJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListCodegenJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.