public static interface GeneratedCodeJobDetails.Builder extends SdkPojo, CopyableBuilder<GeneratedCodeJobDetails.Builder,GeneratedCodeJobDetails>
| Modifier and Type | Method and Description |
|---|---|
GeneratedCodeJobDetails.Builder |
description(String description)
The description of the generated code job.
|
GeneratedCodeJobDetails.Builder |
expirationTime(Instant expirationTime)
The expiration date and time for the download URL.
|
GeneratedCodeJobDetails.Builder |
generatedCodeJobId(String generatedCodeJobId)
The identifier for the generated code job.
|
GeneratedCodeJobDetails.Builder |
s3Url(String s3Url)
A presigned URL that can be used to download the generated code.
|
GeneratedCodeJobDetails.Builder |
status(GeneratedCodeJobState status)
The status of the generated code job
|
GeneratedCodeJobDetails.Builder |
status(String status)
The status of the generated code job
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGeneratedCodeJobDetails.Builder description(String description)
The description of the generated code job.
description - The description of the generated code job.GeneratedCodeJobDetails.Builder expirationTime(Instant expirationTime)
The expiration date and time for the download URL.
The download URL us guaranteed to be available until at least this time.
expirationTime - The expiration date and time for the download URL.
The download URL us guaranteed to be available until at least this time.
GeneratedCodeJobDetails.Builder generatedCodeJobId(String generatedCodeJobId)
The identifier for the generated code job.
generatedCodeJobId - The identifier for the generated code job.GeneratedCodeJobDetails.Builder s3Url(String s3Url)
A presigned URL that can be used to download the generated code.
s3Url - A presigned URL that can be used to download the generated code.GeneratedCodeJobDetails.Builder status(String status)
The status of the generated code job
status - The status of the generated code jobGeneratedCodeJobState,
GeneratedCodeJobStateGeneratedCodeJobDetails.Builder status(GeneratedCodeJobState status)
The status of the generated code job
status - The status of the generated code jobGeneratedCodeJobState,
GeneratedCodeJobStateCopyright © 2022. All rights reserved.