Uses of Class
com.baidubce.services.bmr.model.CreateClusterRequest

Packages that use CreateClusterRequest
com.baidubce.services.bmr   
com.baidubce.services.bmr.model   
 

Uses of CreateClusterRequest in com.baidubce.services.bmr
 

Methods in com.baidubce.services.bmr with parameters of type CreateClusterRequest
 CreateClusterResponse BmrClient.createCluster(CreateClusterRequest request)
          Create a cluster with the specified options.
 

Uses of CreateClusterRequest in com.baidubce.services.bmr.model
 

Methods in com.baidubce.services.bmr.model that return CreateClusterRequest
 CreateClusterRequest CreateClusterRequest.withApplication(ApplicationConfig application)
          Configure optional application for the cluster.
 CreateClusterRequest CreateClusterRequest.withAutoTerminate(boolean autoTerminate)
          Configure auto-terminate property for the cluster.
 CreateClusterRequest CreateClusterRequest.withClientToken(String clientToken)
          Configure optional client token for the request.
 CreateClusterRequest CreateClusterRequest.withImageType(String imageType)
          Configure the image type for the cluster.
 CreateClusterRequest CreateClusterRequest.withImageVersion(String imageVersion)
          Configure image version for the cluster.
 CreateClusterRequest CreateClusterRequest.withInstanceGroup(InstanceGroupConfig instanceGroup)
          Configure the instance group for the cluster.
 CreateClusterRequest CreateClusterRequest.withLogUri(String logUri)
          Configure optional BOS uri for logs of steps.
 CreateClusterRequest CreateClusterRequest.withName(String name)
          Configure optional name of the cluster.If not set, then the name of the cluster will be "my-cluster" by default.
 CreateClusterRequest CreateClusterRequest.withRequestCredentials(BceCredentials credentials)
          Configure request credential for the request.
 CreateClusterRequest CreateClusterRequest.withStep(StepConfig step)
          Configure optional step for the cluster.
 CreateClusterRequest CreateClusterRequest.withSteps(List<StepConfig> steps)
          Configure the steps to be added.
 



Copyright © 2018. All rights reserved.