public static interface GetJobBookmarkResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetJobBookmarkResponse.Builder,GetJobBookmarkResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetJobBookmarkResponse.Builder |
jobBookmarkEntry(Consumer<JobBookmarkEntry.Builder> jobBookmarkEntry)
A structure that defines a point that a job can resume processing.
|
GetJobBookmarkResponse.Builder |
jobBookmarkEntry(JobBookmarkEntry jobBookmarkEntry)
A structure that defines a point that a job can resume processing.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetJobBookmarkResponse.Builder jobBookmarkEntry(JobBookmarkEntry jobBookmarkEntry)
A structure that defines a point that a job can resume processing.
jobBookmarkEntry - A structure that defines a point that a job can resume processing.default GetJobBookmarkResponse.Builder jobBookmarkEntry(Consumer<JobBookmarkEntry.Builder> jobBookmarkEntry)
A structure that defines a point that a job can resume processing.
This is a convenience method that creates an instance of theJobBookmarkEntry.Builder avoiding the
need to create one manually via JobBookmarkEntry.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to jobBookmarkEntry(JobBookmarkEntry).
jobBookmarkEntry - a consumer that will call methods on JobBookmarkEntry.BuilderjobBookmarkEntry(JobBookmarkEntry)Copyright © 2023. All rights reserved.