public static interface CreateApplicationRequest.Builder extends EmrServerlessRequest.Builder, SdkPojo, CopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationRequest.Builder |
architecture(Architecture architecture)
The CPU architecture of an application.
|
CreateApplicationRequest.Builder |
architecture(String architecture)
The CPU architecture of an application.
|
CreateApplicationRequest.Builder |
autoStartConfiguration(AutoStartConfig autoStartConfiguration)
The configuration for an application to automatically start on job submission.
|
default CreateApplicationRequest.Builder |
autoStartConfiguration(Consumer<AutoStartConfig.Builder> autoStartConfiguration)
The configuration for an application to automatically start on job submission.
|
CreateApplicationRequest.Builder |
autoStopConfiguration(AutoStopConfig autoStopConfiguration)
The configuration for an application to automatically stop after a certain amount of time being idle.
|
default CreateApplicationRequest.Builder |
autoStopConfiguration(Consumer<AutoStopConfig.Builder> autoStopConfiguration)
The configuration for an application to automatically stop after a certain amount of time being idle.
|
CreateApplicationRequest.Builder |
clientToken(String clientToken)
The client idempotency token of the application to create.
|
CreateApplicationRequest.Builder |
initialCapacity(Map<String,InitialCapacityConfig> initialCapacity)
The capacity to initialize when the application is created.
|
default CreateApplicationRequest.Builder |
maximumCapacity(Consumer<MaximumAllowedResources.Builder> maximumCapacity)
The maximum capacity to allocate when the application is created.
|
CreateApplicationRequest.Builder |
maximumCapacity(MaximumAllowedResources maximumCapacity)
The maximum capacity to allocate when the application is created.
|
CreateApplicationRequest.Builder |
name(String name)
The name of the application.
|
default CreateApplicationRequest.Builder |
networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration)
The network configuration for customer VPC connectivity.
|
CreateApplicationRequest.Builder |
networkConfiguration(NetworkConfiguration networkConfiguration)
The network configuration for customer VPC connectivity.
|
CreateApplicationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateApplicationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateApplicationRequest.Builder |
releaseLabel(String releaseLabel)
The EMR release version associated with the application.
|
CreateApplicationRequest.Builder |
tags(Map<String,String> tags)
The tags assigned to the application.
|
CreateApplicationRequest.Builder |
type(String type)
The type of application you want to start, such as Spark or Hive.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateApplicationRequest.Builder name(String name)
The name of the application.
name - The name of the application.CreateApplicationRequest.Builder releaseLabel(String releaseLabel)
The EMR release version associated with the application.
releaseLabel - The EMR release version associated with the application.CreateApplicationRequest.Builder type(String type)
The type of application you want to start, such as Spark or Hive.
type - The type of application you want to start, such as Spark or Hive.CreateApplicationRequest.Builder clientToken(String clientToken)
The client idempotency token of the application to create. Its value must be unique for each request.
clientToken - The client idempotency token of the application to create. Its value must be unique for each request.CreateApplicationRequest.Builder initialCapacity(Map<String,InitialCapacityConfig> initialCapacity)
The capacity to initialize when the application is created.
initialCapacity - The capacity to initialize when the application is created.CreateApplicationRequest.Builder maximumCapacity(MaximumAllowedResources maximumCapacity)
The maximum capacity to allocate when the application is created. This is cumulative across all workers at any given point in time, not just when an application is created. No new resources will be created once any one of the defined limits is hit.
maximumCapacity - The maximum capacity to allocate when the application is created. This is cumulative across all
workers at any given point in time, not just when an application is created. No new resources will be
created once any one of the defined limits is hit.default CreateApplicationRequest.Builder maximumCapacity(Consumer<MaximumAllowedResources.Builder> maximumCapacity)
The maximum capacity to allocate when the application is created. This is cumulative across all workers at any given point in time, not just when an application is created. No new resources will be created once any one of the defined limits is hit.
This is a convenience method that creates an instance of theMaximumAllowedResources.Builder avoiding
the need to create one manually via MaximumAllowedResources.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to maximumCapacity(MaximumAllowedResources).
maximumCapacity - a consumer that will call methods on MaximumAllowedResources.BuildermaximumCapacity(MaximumAllowedResources)CreateApplicationRequest.Builder tags(Map<String,String> tags)
The tags assigned to the application.
tags - The tags assigned to the application.CreateApplicationRequest.Builder autoStartConfiguration(AutoStartConfig autoStartConfiguration)
The configuration for an application to automatically start on job submission.
autoStartConfiguration - The configuration for an application to automatically start on job submission.default CreateApplicationRequest.Builder autoStartConfiguration(Consumer<AutoStartConfig.Builder> autoStartConfiguration)
The configuration for an application to automatically start on job submission.
This is a convenience method that creates an instance of theAutoStartConfig.Builder avoiding the
need to create one manually via AutoStartConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to autoStartConfiguration(AutoStartConfig).
autoStartConfiguration - a consumer that will call methods on AutoStartConfig.BuilderautoStartConfiguration(AutoStartConfig)CreateApplicationRequest.Builder autoStopConfiguration(AutoStopConfig autoStopConfiguration)
The configuration for an application to automatically stop after a certain amount of time being idle.
autoStopConfiguration - The configuration for an application to automatically stop after a certain amount of time being idle.default CreateApplicationRequest.Builder autoStopConfiguration(Consumer<AutoStopConfig.Builder> autoStopConfiguration)
The configuration for an application to automatically stop after a certain amount of time being idle.
This is a convenience method that creates an instance of theAutoStopConfig.Builder avoiding the need
to create one manually via AutoStopConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to autoStopConfiguration(AutoStopConfig).
autoStopConfiguration - a consumer that will call methods on AutoStopConfig.BuilderautoStopConfiguration(AutoStopConfig)CreateApplicationRequest.Builder networkConfiguration(NetworkConfiguration networkConfiguration)
The network configuration for customer VPC connectivity.
networkConfiguration - The network configuration for customer VPC connectivity.default CreateApplicationRequest.Builder networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration)
The network configuration for customer VPC connectivity.
This is a convenience method that creates an instance of theNetworkConfiguration.Builder avoiding
the need to create one manually via NetworkConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to networkConfiguration(NetworkConfiguration).
networkConfiguration - a consumer that will call methods on NetworkConfiguration.BuildernetworkConfiguration(NetworkConfiguration)CreateApplicationRequest.Builder architecture(String architecture)
The CPU architecture of an application.
architecture - The CPU architecture of an application.Architecture,
ArchitectureCreateApplicationRequest.Builder architecture(Architecture architecture)
The CPU architecture of an application.
architecture - The CPU architecture of an application.Architecture,
ArchitectureCreateApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.