static CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.builder() |
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.clientToken(String clientToken) |
Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create an
environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.description(String description) |
The description of the runtime environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.engineType(String engineType) |
The engine type for the runtime environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.engineType(EngineType engineType) |
The engine type for the runtime environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.engineVersion(String engineVersion) |
The version of the engine type for the runtime environment.
|
default CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.highAvailabilityConfig(Consumer<HighAvailabilityConfig.Builder> highAvailabilityConfig) |
The details of a high availability configuration for this runtime environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.highAvailabilityConfig(HighAvailabilityConfig highAvailabilityConfig) |
The details of a high availability configuration for this runtime environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.instanceType(String instanceType) |
The type of instance for the runtime environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.kmsKeyId(String kmsKeyId) |
The identifier of a customer managed key.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.name(String name) |
The name of the runtime environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow) |
Configures the maintenance window that you want for the runtime environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.publiclyAccessible(Boolean publiclyAccessible) |
Specifies whether the runtime environment is publicly accessible.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.securityGroupIds(String... securityGroupIds) |
The list of security groups for the VPC associated with this runtime environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.securityGroupIds(Collection<String> securityGroupIds) |
The list of security groups for the VPC associated with this runtime environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.storageConfigurations(Collection<StorageConfiguration> storageConfigurations) |
Optional.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.storageConfigurations(Consumer<StorageConfiguration.Builder>... storageConfigurations) |
Optional.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.storageConfigurations(StorageConfiguration... storageConfigurations) |
Optional.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.subnetIds(String... subnetIds) |
The list of subnets associated with the VPC for this runtime environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.subnetIds(Collection<String> subnetIds) |
The list of subnets associated with the VPC for this runtime environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.tags(Map<String,String> tags) |
The tags for the runtime environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.toBuilder() |
|