Uses of Interface
software.amazon.awssdk.services.bedrockdataautomation.model.ListDataAutomationProjectsResponse.Builder
-
Packages that use ListDataAutomationProjectsResponse.Builder Package Description software.amazon.awssdk.services.bedrockdataautomation.model -
-
Uses of ListDataAutomationProjectsResponse.Builder in software.amazon.awssdk.services.bedrockdataautomation.model
Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return ListDataAutomationProjectsResponse.Builder Modifier and Type Method Description static ListDataAutomationProjectsResponse.BuilderListDataAutomationProjectsResponse. builder()ListDataAutomationProjectsResponse.BuilderListDataAutomationProjectsResponse.Builder. nextToken(String nextToken)Sets the value of the NextToken property for this object.ListDataAutomationProjectsResponse.BuilderListDataAutomationProjectsResponse.Builder. projects(Collection<DataAutomationProjectSummary> projects)Sets the value of the Projects property for this object.ListDataAutomationProjectsResponse.BuilderListDataAutomationProjectsResponse.Builder. projects(Consumer<DataAutomationProjectSummary.Builder>... projects)Sets the value of the Projects property for this object.ListDataAutomationProjectsResponse.BuilderListDataAutomationProjectsResponse.Builder. projects(DataAutomationProjectSummary... projects)Sets the value of the Projects property for this object.ListDataAutomationProjectsResponse.BuilderListDataAutomationProjectsResponse. toBuilder()Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return types with arguments of type ListDataAutomationProjectsResponse.Builder Modifier and Type Method Description static Class<? extends ListDataAutomationProjectsResponse.Builder>ListDataAutomationProjectsResponse. serializableBuilderClass()
-