public static interface GetEnvironmentResponse.Builder extends M2Response.Builder, SdkPojo, CopyableBuilder<GetEnvironmentResponse.Builder,GetEnvironmentResponse>
| Modifier and Type | Method and Description |
|---|---|
GetEnvironmentResponse.Builder |
actualCapacity(Integer actualCapacity)
The number of instances included in the runtime environment.
|
GetEnvironmentResponse.Builder |
creationTime(Instant creationTime)
The timestamp when the runtime environment was created.
|
GetEnvironmentResponse.Builder |
description(String description)
The description of the runtime environment.
|
GetEnvironmentResponse.Builder |
engineType(EngineType engineType)
The target platform for the runtime environment.
|
GetEnvironmentResponse.Builder |
engineType(String engineType)
The target platform for the runtime environment.
|
GetEnvironmentResponse.Builder |
engineVersion(String engineVersion)
The version of the runtime engine.
|
GetEnvironmentResponse.Builder |
environmentArn(String environmentArn)
The Amazon Resource Name (ARN) of the runtime environment.
|
GetEnvironmentResponse.Builder |
environmentId(String environmentId)
The unique identifier of the runtime environment.
|
default GetEnvironmentResponse.Builder |
highAvailabilityConfig(Consumer<HighAvailabilityConfig.Builder> highAvailabilityConfig)
The desired capacity of the high availability configuration for the runtime environment.
|
GetEnvironmentResponse.Builder |
highAvailabilityConfig(HighAvailabilityConfig highAvailabilityConfig)
The desired capacity of the high availability configuration for the runtime environment.
|
GetEnvironmentResponse.Builder |
instanceType(String instanceType)
The type of instance underlying the runtime environment.
|
GetEnvironmentResponse.Builder |
kmsKeyId(String kmsKeyId)
The identifier of a customer managed key.
|
GetEnvironmentResponse.Builder |
loadBalancerArn(String loadBalancerArn)
The Amazon Resource Name (ARN) for the load balancer used with the runtime environment.
|
GetEnvironmentResponse.Builder |
name(String name)
The name of the runtime environment.
|
default GetEnvironmentResponse.Builder |
pendingMaintenance(Consumer<PendingMaintenance.Builder> pendingMaintenance)
Indicates the pending maintenance scheduled on this environment.
|
GetEnvironmentResponse.Builder |
pendingMaintenance(PendingMaintenance pendingMaintenance)
Indicates the pending maintenance scheduled on this environment.
|
GetEnvironmentResponse.Builder |
preferredMaintenanceWindow(String preferredMaintenanceWindow)
Configures the maintenance window you want for the runtime environment.
|
GetEnvironmentResponse.Builder |
publiclyAccessible(Boolean publiclyAccessible)
Whether applications running in this runtime environment are publicly accessible.
|
GetEnvironmentResponse.Builder |
securityGroupIds(Collection<String> securityGroupIds)
The unique identifiers of the security groups assigned to this runtime environment.
|
GetEnvironmentResponse.Builder |
securityGroupIds(String... securityGroupIds)
The unique identifiers of the security groups assigned to this runtime environment.
|
GetEnvironmentResponse.Builder |
status(EnvironmentLifecycle status)
The status of the runtime environment.
|
GetEnvironmentResponse.Builder |
status(String status)
The status of the runtime environment.
|
GetEnvironmentResponse.Builder |
statusReason(String statusReason)
The reason for the reported status.
|
GetEnvironmentResponse.Builder |
storageConfigurations(Collection<StorageConfiguration> storageConfigurations)
The storage configurations defined for the runtime environment.
|
GetEnvironmentResponse.Builder |
storageConfigurations(Consumer<StorageConfiguration.Builder>... storageConfigurations)
The storage configurations defined for the runtime environment.
|
GetEnvironmentResponse.Builder |
storageConfigurations(StorageConfiguration... storageConfigurations)
The storage configurations defined for the runtime environment.
|
GetEnvironmentResponse.Builder |
subnetIds(Collection<String> subnetIds)
The unique identifiers of the subnets assigned to this runtime environment.
|
GetEnvironmentResponse.Builder |
subnetIds(String... subnetIds)
The unique identifiers of the subnets assigned to this runtime environment.
|
GetEnvironmentResponse.Builder |
tags(Map<String,String> tags)
The tags defined for this runtime environment.
|
GetEnvironmentResponse.Builder |
vpcId(String vpcId)
The unique identifier for the VPC used with this runtime environment.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetEnvironmentResponse.Builder actualCapacity(Integer actualCapacity)
The number of instances included in the runtime environment. A standalone runtime environment has a maxiumum of one instance. Currently, a high availability runtime environment has a maximum of two instances.
actualCapacity - The number of instances included in the runtime environment. A standalone runtime environment has a
maxiumum of one instance. Currently, a high availability runtime environment has a maximum of two
instances.GetEnvironmentResponse.Builder creationTime(Instant creationTime)
The timestamp when the runtime environment was created.
creationTime - The timestamp when the runtime environment was created.GetEnvironmentResponse.Builder description(String description)
The description of the runtime environment.
description - The description of the runtime environment.GetEnvironmentResponse.Builder engineType(String engineType)
The target platform for the runtime environment.
engineType - The target platform for the runtime environment.EngineType,
EngineTypeGetEnvironmentResponse.Builder engineType(EngineType engineType)
The target platform for the runtime environment.
engineType - The target platform for the runtime environment.EngineType,
EngineTypeGetEnvironmentResponse.Builder engineVersion(String engineVersion)
The version of the runtime engine.
engineVersion - The version of the runtime engine.GetEnvironmentResponse.Builder environmentArn(String environmentArn)
The Amazon Resource Name (ARN) of the runtime environment.
environmentArn - The Amazon Resource Name (ARN) of the runtime environment.GetEnvironmentResponse.Builder environmentId(String environmentId)
The unique identifier of the runtime environment.
environmentId - The unique identifier of the runtime environment.GetEnvironmentResponse.Builder highAvailabilityConfig(HighAvailabilityConfig highAvailabilityConfig)
The desired capacity of the high availability configuration for the runtime environment.
highAvailabilityConfig - The desired capacity of the high availability configuration for the runtime environment.default GetEnvironmentResponse.Builder highAvailabilityConfig(Consumer<HighAvailabilityConfig.Builder> highAvailabilityConfig)
The desired capacity of the high availability configuration for the runtime environment.
This is a convenience method that creates an instance of theHighAvailabilityConfig.Builder avoiding
the need to create one manually via HighAvailabilityConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to highAvailabilityConfig(HighAvailabilityConfig).
highAvailabilityConfig - a consumer that will call methods on HighAvailabilityConfig.BuilderhighAvailabilityConfig(HighAvailabilityConfig)GetEnvironmentResponse.Builder instanceType(String instanceType)
The type of instance underlying the runtime environment.
instanceType - The type of instance underlying the runtime environment.GetEnvironmentResponse.Builder kmsKeyId(String kmsKeyId)
The identifier of a customer managed key.
kmsKeyId - The identifier of a customer managed key.GetEnvironmentResponse.Builder loadBalancerArn(String loadBalancerArn)
The Amazon Resource Name (ARN) for the load balancer used with the runtime environment.
loadBalancerArn - The Amazon Resource Name (ARN) for the load balancer used with the runtime environment.GetEnvironmentResponse.Builder name(String name)
The name of the runtime environment. Must be unique within the account.
name - The name of the runtime environment. Must be unique within the account.GetEnvironmentResponse.Builder pendingMaintenance(PendingMaintenance pendingMaintenance)
Indicates the pending maintenance scheduled on this environment.
pendingMaintenance - Indicates the pending maintenance scheduled on this environment.default GetEnvironmentResponse.Builder pendingMaintenance(Consumer<PendingMaintenance.Builder> pendingMaintenance)
Indicates the pending maintenance scheduled on this environment.
This is a convenience method that creates an instance of thePendingMaintenance.Builder avoiding the
need to create one manually via PendingMaintenance.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to pendingMaintenance(PendingMaintenance).
pendingMaintenance - a consumer that will call methods on PendingMaintenance.BuilderpendingMaintenance(PendingMaintenance)GetEnvironmentResponse.Builder preferredMaintenanceWindow(String preferredMaintenanceWindow)
Configures the maintenance window you want for the runtime environment. If you do not provide a value, a random system-generated value will be assigned.
preferredMaintenanceWindow - Configures the maintenance window you want for the runtime environment. If you do not provide a value,
a random system-generated value will be assigned.GetEnvironmentResponse.Builder publiclyAccessible(Boolean publiclyAccessible)
Whether applications running in this runtime environment are publicly accessible.
publiclyAccessible - Whether applications running in this runtime environment are publicly accessible.GetEnvironmentResponse.Builder securityGroupIds(Collection<String> securityGroupIds)
The unique identifiers of the security groups assigned to this runtime environment.
securityGroupIds - The unique identifiers of the security groups assigned to this runtime environment.GetEnvironmentResponse.Builder securityGroupIds(String... securityGroupIds)
The unique identifiers of the security groups assigned to this runtime environment.
securityGroupIds - The unique identifiers of the security groups assigned to this runtime environment.GetEnvironmentResponse.Builder status(String status)
The status of the runtime environment.
status - The status of the runtime environment.EnvironmentLifecycle,
EnvironmentLifecycleGetEnvironmentResponse.Builder status(EnvironmentLifecycle status)
The status of the runtime environment.
status - The status of the runtime environment.EnvironmentLifecycle,
EnvironmentLifecycleGetEnvironmentResponse.Builder statusReason(String statusReason)
The reason for the reported status.
statusReason - The reason for the reported status.GetEnvironmentResponse.Builder storageConfigurations(Collection<StorageConfiguration> storageConfigurations)
The storage configurations defined for the runtime environment.
storageConfigurations - The storage configurations defined for the runtime environment.GetEnvironmentResponse.Builder storageConfigurations(StorageConfiguration... storageConfigurations)
The storage configurations defined for the runtime environment.
storageConfigurations - The storage configurations defined for the runtime environment.GetEnvironmentResponse.Builder storageConfigurations(Consumer<StorageConfiguration.Builder>... storageConfigurations)
The storage configurations defined for the runtime environment.
This is a convenience method that creates an instance of theStorageConfiguration.Builder avoiding the need to create one
manually via StorageConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #storageConfigurations(List.
storageConfigurations - a consumer that will call methods on
StorageConfiguration.Builder#storageConfigurations(java.util.Collection) GetEnvironmentResponse.Builder subnetIds(Collection<String> subnetIds)
The unique identifiers of the subnets assigned to this runtime environment.
subnetIds - The unique identifiers of the subnets assigned to this runtime environment.GetEnvironmentResponse.Builder subnetIds(String... subnetIds)
The unique identifiers of the subnets assigned to this runtime environment.
subnetIds - The unique identifiers of the subnets assigned to this runtime environment.GetEnvironmentResponse.Builder tags(Map<String,String> tags)
The tags defined for this runtime environment.
tags - The tags defined for this runtime environment.GetEnvironmentResponse.Builder vpcId(String vpcId)
The unique identifier for the VPC used with this runtime environment.
vpcId - The unique identifier for the VPC used with this runtime environment.Copyright © 2023. All rights reserved.