Interface OrchestrationConfigListResponse.Builder1
- Enclosing class:
OrchestrationConfigListResponse
public static interface OrchestrationConfigListResponse.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondefault OrchestrationConfigListResponseresources(OrchestrationConfigGetResponse... resources) Set the resources of thisOrchestrationConfigListResponseinstance.resources(List<OrchestrationConfigGetResponse> resources) Set the resources of thisOrchestrationConfigListResponseinstance.
-
Method Details
-
resources
Set the resources of thisOrchestrationConfigListResponseinstance.- Parameters:
resources- The resources of thisOrchestrationConfigListResponse- Returns:
- The OrchestrationConfigListResponse instance.
-
resources
default OrchestrationConfigListResponse resources(@Nonnull OrchestrationConfigGetResponse... resources) Set the resources of thisOrchestrationConfigListResponseinstance.- Parameters:
resources- The resources of thisOrchestrationConfigListResponse- Returns:
- The OrchestrationConfigListResponse instance.
-