Uses of Interface
software.amazon.awssdk.services.bcmdataexports.model.ExecutionReference.Builder
-
Packages that use ExecutionReference.Builder Package Description software.amazon.awssdk.services.bcmdataexports.model -
-
Uses of ExecutionReference.Builder in software.amazon.awssdk.services.bcmdataexports.model
Methods in software.amazon.awssdk.services.bcmdataexports.model that return ExecutionReference.Builder Modifier and Type Method Description static ExecutionReference.BuilderExecutionReference. builder()ExecutionReference.BuilderExecutionReference.Builder. executionId(String executionId)The ID for this specific execution.default ExecutionReference.BuilderExecutionReference.Builder. executionStatus(Consumer<ExecutionStatus.Builder> executionStatus)The status of this specific execution.ExecutionReference.BuilderExecutionReference.Builder. executionStatus(ExecutionStatus executionStatus)The status of this specific execution.ExecutionReference.BuilderExecutionReference. toBuilder()Methods in software.amazon.awssdk.services.bcmdataexports.model that return types with arguments of type ExecutionReference.Builder Modifier and Type Method Description static Class<? extends ExecutionReference.Builder>ExecutionReference. serializableBuilderClass()
-