Uses of Interface
software.amazon.awssdk.services.datapipeline.model.SetStatusRequest.Builder
-
Packages that use SetStatusRequest.Builder Package Description software.amazon.awssdk.services.datapipeline AWS Data Pipeline configures and manages a data-driven workflow called a pipeline.software.amazon.awssdk.services.datapipeline.model -
-
Uses of SetStatusRequest.Builder in software.amazon.awssdk.services.datapipeline
Method parameters in software.amazon.awssdk.services.datapipeline with type arguments of type SetStatusRequest.Builder Modifier and Type Method Description default CompletableFuture<SetStatusResponse>DataPipelineAsyncClient. setStatus(Consumer<SetStatusRequest.Builder> setStatusRequest)Requests that the status of the specified physical or logical pipeline objects be updated in the specified pipeline.default SetStatusResponseDataPipelineClient. setStatus(Consumer<SetStatusRequest.Builder> setStatusRequest)Requests that the status of the specified physical or logical pipeline objects be updated in the specified pipeline. -
Uses of SetStatusRequest.Builder in software.amazon.awssdk.services.datapipeline.model
Methods in software.amazon.awssdk.services.datapipeline.model that return SetStatusRequest.Builder Modifier and Type Method Description static SetStatusRequest.BuilderSetStatusRequest. builder()SetStatusRequest.BuilderSetStatusRequest.Builder. objectIds(String... objectIds)The IDs of the objects.SetStatusRequest.BuilderSetStatusRequest.Builder. objectIds(Collection<String> objectIds)The IDs of the objects.SetStatusRequest.BuilderSetStatusRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SetStatusRequest.BuilderSetStatusRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SetStatusRequest.BuilderSetStatusRequest.Builder. pipelineId(String pipelineId)The ID of the pipeline that contains the objects.SetStatusRequest.BuilderSetStatusRequest.Builder. status(String status)The status to be set on all the objects specified inobjectIds.SetStatusRequest.BuilderSetStatusRequest. toBuilder()Methods in software.amazon.awssdk.services.datapipeline.model that return types with arguments of type SetStatusRequest.Builder Modifier and Type Method Description static Class<? extends SetStatusRequest.Builder>SetStatusRequest. serializableBuilderClass()
-