Cluster.Builder |
Cluster.Builder.activeServicesCount(Integer activeServicesCount) |
The number of services that are running on the cluster in an ACTIVE state.
|
Cluster.Builder |
Cluster.Builder.attachments(Collection<Attachment> attachments) |
The resources attached to a cluster.
|
Cluster.Builder |
Cluster.Builder.attachments(Consumer<Attachment.Builder>... attachments) |
The resources attached to a cluster.
|
Cluster.Builder |
Cluster.Builder.attachments(Attachment... attachments) |
The resources attached to a cluster.
|
Cluster.Builder |
Cluster.Builder.attachmentsStatus(String attachmentsStatus) |
The status of the capacity providers associated with the cluster.
|
static Cluster.Builder |
Cluster.builder() |
|
Cluster.Builder |
Cluster.Builder.capacityProviders(String... capacityProviders) |
The capacity providers associated with the cluster.
|
Cluster.Builder |
Cluster.Builder.capacityProviders(Collection<String> capacityProviders) |
The capacity providers associated with the cluster.
|
Cluster.Builder |
Cluster.Builder.clusterArn(String clusterArn) |
The Amazon Resource Name (ARN) that identifies the cluster.
|
Cluster.Builder |
Cluster.Builder.clusterName(String clusterName) |
A user-generated string that you use to identify your cluster.
|
default Cluster.Builder |
Cluster.Builder.configuration(Consumer<ClusterConfiguration.Builder> configuration) |
The execute command configuration for the cluster.
|
Cluster.Builder |
Cluster.Builder.configuration(ClusterConfiguration configuration) |
The execute command configuration for the cluster.
|
Cluster.Builder |
Cluster.Builder.defaultCapacityProviderStrategy(Collection<CapacityProviderStrategyItem> defaultCapacityProviderStrategy) |
The default capacity provider strategy for the cluster.
|
Cluster.Builder |
Cluster.Builder.defaultCapacityProviderStrategy(Consumer<CapacityProviderStrategyItem.Builder>... defaultCapacityProviderStrategy) |
The default capacity provider strategy for the cluster.
|
Cluster.Builder |
Cluster.Builder.defaultCapacityProviderStrategy(CapacityProviderStrategyItem... defaultCapacityProviderStrategy) |
The default capacity provider strategy for the cluster.
|
Cluster.Builder |
Cluster.Builder.pendingTasksCount(Integer pendingTasksCount) |
The number of tasks in the cluster that are in the PENDING state.
|
Cluster.Builder |
Cluster.Builder.registeredContainerInstancesCount(Integer registeredContainerInstancesCount) |
The number of container instances registered into the cluster.
|
Cluster.Builder |
Cluster.Builder.runningTasksCount(Integer runningTasksCount) |
The number of tasks in the cluster that are in the RUNNING state.
|
default Cluster.Builder |
Cluster.Builder.serviceConnectDefaults(Consumer<ClusterServiceConnectDefaults.Builder> serviceConnectDefaults) |
Use this parameter to set a default Service Connect namespace.
|
Cluster.Builder |
Cluster.Builder.serviceConnectDefaults(ClusterServiceConnectDefaults serviceConnectDefaults) |
Use this parameter to set a default Service Connect namespace.
|
Cluster.Builder |
Cluster.Builder.settings(Collection<ClusterSetting> settings) |
The settings for the cluster.
|
Cluster.Builder |
Cluster.Builder.settings(Consumer<ClusterSetting.Builder>... settings) |
The settings for the cluster.
|
Cluster.Builder |
Cluster.Builder.settings(ClusterSetting... settings) |
The settings for the cluster.
|
Cluster.Builder |
Cluster.Builder.statistics(Collection<KeyValuePair> statistics) |
Additional information about your clusters that are separated by launch type.
|
Cluster.Builder |
Cluster.Builder.statistics(Consumer<KeyValuePair.Builder>... statistics) |
Additional information about your clusters that are separated by launch type.
|
Cluster.Builder |
Cluster.Builder.statistics(KeyValuePair... statistics) |
Additional information about your clusters that are separated by launch type.
|
Cluster.Builder |
Cluster.Builder.status(String status) |
The status of the cluster.
|
Cluster.Builder |
Cluster.Builder.tags(Collection<Tag> tags) |
The metadata that you apply to the cluster to help you categorize and organize them.
|
Cluster.Builder |
Cluster.Builder.tags(Consumer<Tag.Builder>... tags) |
The metadata that you apply to the cluster to help you categorize and organize them.
|
Cluster.Builder |
Cluster.Builder.tags(Tag... tags) |
The metadata that you apply to the cluster to help you categorize and organize them.
|
Cluster.Builder |
Cluster.toBuilder() |
|