Interface VirtualCluster.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VirtualCluster.Builder,,VirtualCluster> SdkBuilder<VirtualCluster.Builder,,VirtualCluster> SdkPojo
- Enclosing class:
VirtualCluster
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the virtual cluster.default VirtualCluster.BuildercontainerProvider(Consumer<ContainerProvider.Builder> containerProvider) The container provider of the virtual cluster.containerProvider(ContainerProvider containerProvider) The container provider of the virtual cluster.The date and time when the virtual cluster is created.The ID of the virtual cluster.The name of the virtual cluster.default VirtualCluster.BuilderschedulerConfiguration(Consumer<SchedulerConfiguration.Builder> schedulerConfiguration) The scheduler configuration (concurrency and queue limits) applied to the virtual cluster.schedulerConfiguration(SchedulerConfiguration schedulerConfiguration) The scheduler configuration (concurrency and queue limits) applied to the virtual cluster.default VirtualCluster.BuilderschedulerStatus(Consumer<SchedulerStatus.Builder> schedulerStatus) The current in-queue and concurrent job-run counts for the virtual cluster.schedulerStatus(SchedulerStatus schedulerStatus) The current in-queue and concurrent job-run counts for the virtual cluster.securityConfigurationId(String securityConfigurationId) The ID of the security configuration.sessionEnabled(Boolean sessionEnabled) Specifies whether the virtual cluster has session support enabled.The state of the virtual cluster.state(VirtualClusterState state) The state of the virtual cluster.The assigned tags of the virtual cluster.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The ID of the virtual cluster.
- Parameters:
id- The ID of the virtual cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the virtual cluster.
- Parameters:
name- The name of the virtual cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The ARN of the virtual cluster.
- Parameters:
arn- The ARN of the virtual cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The state of the virtual cluster.
- Parameters:
state- The state of the virtual cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of the virtual cluster.
- Parameters:
state- The state of the virtual cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
containerProvider
The container provider of the virtual cluster.
- Parameters:
containerProvider- The container provider of the virtual cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
containerProvider
default VirtualCluster.Builder containerProvider(Consumer<ContainerProvider.Builder> containerProvider) The container provider of the virtual cluster.
This is a convenience method that creates an instance of theContainerProvider.Builderavoiding the need to create one manually viaContainerProvider.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontainerProvider(ContainerProvider).- Parameters:
containerProvider- a consumer that will call methods onContainerProvider.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The date and time when the virtual cluster is created.
- Parameters:
createdAt- The date and time when the virtual cluster is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The assigned tags of the virtual cluster.
- Parameters:
tags- The assigned tags of the virtual cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityConfigurationId
The ID of the security configuration.
- Parameters:
securityConfigurationId- The ID of the security configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionEnabled
Specifies whether the virtual cluster has session support enabled.
- Parameters:
sessionEnabled- Specifies whether the virtual cluster has session support enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schedulerConfiguration
The scheduler configuration (concurrency and queue limits) applied to the virtual cluster. The service does not return this field when no scheduler limits are configured.
- Parameters:
schedulerConfiguration- The scheduler configuration (concurrency and queue limits) applied to the virtual cluster. The service does not return this field when no scheduler limits are configured.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schedulerConfiguration
default VirtualCluster.Builder schedulerConfiguration(Consumer<SchedulerConfiguration.Builder> schedulerConfiguration) The scheduler configuration (concurrency and queue limits) applied to the virtual cluster. The service does not return this field when no scheduler limits are configured.
This is a convenience method that creates an instance of theSchedulerConfiguration.Builderavoiding the need to create one manually viaSchedulerConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toschedulerConfiguration(SchedulerConfiguration).- Parameters:
schedulerConfiguration- a consumer that will call methods onSchedulerConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
schedulerStatus
The current in-queue and concurrent job-run counts for the virtual cluster.
- Parameters:
schedulerStatus- The current in-queue and concurrent job-run counts for the virtual cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schedulerStatus
The current in-queue and concurrent job-run counts for the virtual cluster.
This is a convenience method that creates an instance of theSchedulerStatus.Builderavoiding the need to create one manually viaSchedulerStatus.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toschedulerStatus(SchedulerStatus).- Parameters:
schedulerStatus- a consumer that will call methods onSchedulerStatus.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-