public class CreateNodePoolRequest extends Object
| Constructor and Description |
|---|
CreateNodePoolRequest() |
public CreateNodePoolRequest autoScaling(AutoScalingForCreateNodePoolInput autoScaling)
@Valid public @Valid AutoScalingForCreateNodePoolInput getAutoScaling()
public void setAutoScaling(AutoScalingForCreateNodePoolInput autoScaling)
public CreateNodePoolRequest clientToken(String clientToken)
public String getClientToken()
public void setClientToken(String clientToken)
public CreateNodePoolRequest clusterId(String clusterId)
@NotNull public @NotNull String getClusterId()
public void setClusterId(String clusterId)
public CreateNodePoolRequest kubernetesConfig(KubernetesConfigForCreateNodePoolInput kubernetesConfig)
@Valid public @Valid KubernetesConfigForCreateNodePoolInput getKubernetesConfig()
public void setKubernetesConfig(KubernetesConfigForCreateNodePoolInput kubernetesConfig)
public CreateNodePoolRequest name(String name)
@NotNull public @NotNull String getName()
public void setName(String name)
public CreateNodePoolRequest nodeConfig(NodeConfigForCreateNodePoolInput nodeConfig)
@Valid public @Valid NodeConfigForCreateNodePoolInput getNodeConfig()
public void setNodeConfig(NodeConfigForCreateNodePoolInput nodeConfig)
public CreateNodePoolRequest tags(List<TagForCreateNodePoolInput> tags)
public CreateNodePoolRequest addTagsItem(TagForCreateNodePoolInput tagsItem)
@Valid public @Valid List<TagForCreateNodePoolInput> getTags()
public void setTags(List<TagForCreateNodePoolInput> tags)
Copyright © 2024. All rights reserved.