static ComputeEnvironmentConfiguration.Builder |
ComputeEnvironmentConfiguration.builder() |
|
ComputeEnvironmentConfiguration.Builder |
ComputeEnvironmentConfiguration.Builder.computeEnvironment(String computeEnvironment) |
The type of compute environment.
|
ComputeEnvironmentConfiguration.Builder |
ComputeEnvironmentConfiguration.Builder.computeEnvironment(ComputeEnvironment computeEnvironment) |
The type of compute environment.
|
ComputeEnvironmentConfiguration.Builder |
ComputeEnvironmentConfiguration.Builder.connectionOptionNameOverrides(Map<String,String> connectionOptionNameOverrides) |
The connection option name overrides for the compute environment.
|
ComputeEnvironmentConfiguration.Builder |
ComputeEnvironmentConfiguration.Builder.connectionOptions(Map<String,Property> connectionOptions) |
The parameters used as connection options for the compute environment.
|
ComputeEnvironmentConfiguration.Builder |
ComputeEnvironmentConfiguration.Builder.connectionPropertiesRequiredOverrides(String... connectionPropertiesRequiredOverrides) |
The connection properties that are required as overrides for the compute environment.
|
ComputeEnvironmentConfiguration.Builder |
ComputeEnvironmentConfiguration.Builder.connectionPropertiesRequiredOverrides(Collection<String> connectionPropertiesRequiredOverrides) |
The connection properties that are required as overrides for the compute environment.
|
ComputeEnvironmentConfiguration.Builder |
ComputeEnvironmentConfiguration.Builder.connectionPropertyNameOverrides(Map<String,String> connectionPropertyNameOverrides) |
The connection property name overrides for the compute environment.
|
ComputeEnvironmentConfiguration.Builder |
ComputeEnvironmentConfiguration.Builder.description(String description) |
A description of the compute environment.
|
ComputeEnvironmentConfiguration.Builder |
ComputeEnvironmentConfiguration.Builder.name(String name) |
A name for the compute environment configuration.
|
ComputeEnvironmentConfiguration.Builder |
ComputeEnvironmentConfiguration.Builder.physicalConnectionPropertiesRequired(Boolean physicalConnectionPropertiesRequired) |
Indicates whether PhysicalConnectionProperties are required for the compute environment.
|
ComputeEnvironmentConfiguration.Builder |
ComputeEnvironmentConfiguration.Builder.supportedAuthenticationTypes(Collection<AuthenticationType> supportedAuthenticationTypes) |
The supported authentication types for the compute environment.
|
ComputeEnvironmentConfiguration.Builder |
ComputeEnvironmentConfiguration.Builder.supportedAuthenticationTypes(AuthenticationType... supportedAuthenticationTypes) |
The supported authentication types for the compute environment.
|
ComputeEnvironmentConfiguration.Builder |
ComputeEnvironmentConfiguration.Builder.supportedAuthenticationTypesWithStrings(String... supportedAuthenticationTypes) |
The supported authentication types for the compute environment.
|
ComputeEnvironmentConfiguration.Builder |
ComputeEnvironmentConfiguration.Builder.supportedAuthenticationTypesWithStrings(Collection<String> supportedAuthenticationTypes) |
The supported authentication types for the compute environment.
|
ComputeEnvironmentConfiguration.Builder |
ComputeEnvironmentConfiguration.toBuilder() |
|