Uses of Interface
software.amazon.awssdk.services.datazone.model.GetJobRunRequest.Builder
-
Packages that use GetJobRunRequest.Builder Package Description software.amazon.awssdk.services.datazone Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your data.software.amazon.awssdk.services.datazone.model -
-
Uses of GetJobRunRequest.Builder in software.amazon.awssdk.services.datazone
Method parameters in software.amazon.awssdk.services.datazone with type arguments of type GetJobRunRequest.Builder Modifier and Type Method Description default CompletableFuture<GetJobRunResponse>DataZoneAsyncClient. getJobRun(Consumer<GetJobRunRequest.Builder> getJobRunRequest)The details of the job run.default GetJobRunResponseDataZoneClient. getJobRun(Consumer<GetJobRunRequest.Builder> getJobRunRequest)The details of the job run. -
Uses of GetJobRunRequest.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return GetJobRunRequest.Builder Modifier and Type Method Description static GetJobRunRequest.BuilderGetJobRunRequest. builder()GetJobRunRequest.BuilderGetJobRunRequest.Builder. domainIdentifier(String domainIdentifier)The ID of the domain.GetJobRunRequest.BuilderGetJobRunRequest.Builder. identifier(String identifier)The ID of the job run.GetJobRunRequest.BuilderGetJobRunRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetJobRunRequest.BuilderGetJobRunRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetJobRunRequest.BuilderGetJobRunRequest. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type GetJobRunRequest.Builder Modifier and Type Method Description static Class<? extends GetJobRunRequest.Builder>GetJobRunRequest. serializableBuilderClass()
-