public class ClusterConfigForListClustersOutput extends Object
| Constructor and Description |
|---|
ClusterConfigForListClustersOutput() |
public ClusterConfigForListClustersOutput apiServerEndpoints(ApiServerEndpointsForListClustersOutput apiServerEndpoints)
@Valid public @Valid ApiServerEndpointsForListClustersOutput getApiServerEndpoints()
public void setApiServerEndpoints(ApiServerEndpointsForListClustersOutput apiServerEndpoints)
public ClusterConfigForListClustersOutput apiServerPublicAccessConfig(ApiServerPublicAccessConfigForListClustersOutput apiServerPublicAccessConfig)
@Valid public @Valid ApiServerPublicAccessConfigForListClustersOutput getApiServerPublicAccessConfig()
public void setApiServerPublicAccessConfig(ApiServerPublicAccessConfigForListClustersOutput apiServerPublicAccessConfig)
public ClusterConfigForListClustersOutput apiServerPublicAccessEnabled(Boolean apiServerPublicAccessEnabled)
public Boolean isApiServerPublicAccessEnabled()
public void setApiServerPublicAccessEnabled(Boolean apiServerPublicAccessEnabled)
public ClusterConfigForListClustersOutput resourcePublicAccessDefaultEnabled(Boolean resourcePublicAccessDefaultEnabled)
public Boolean isResourcePublicAccessDefaultEnabled()
public void setResourcePublicAccessDefaultEnabled(Boolean resourcePublicAccessDefaultEnabled)
public ClusterConfigForListClustersOutput securityGroupIds(List<String> securityGroupIds)
public ClusterConfigForListClustersOutput addSecurityGroupIdsItem(String securityGroupIdsItem)
public List<String> getSecurityGroupIds()
public ClusterConfigForListClustersOutput subnetIds(List<String> subnetIds)
public ClusterConfigForListClustersOutput addSubnetIdsItem(String subnetIdsItem)
public ClusterConfigForListClustersOutput vpcId(String vpcId)
public String getVpcId()
public void setVpcId(String vpcId)
Copyright © 2024. All rights reserved.