GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.actualCapacity(Integer actualCapacity) |
The number of instances included in the runtime environment.
|
static GetEnvironmentResponse.Builder |
GetEnvironmentResponse.builder() |
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.creationTime(Instant creationTime) |
The timestamp when the runtime environment was created.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.description(String description) |
The description of the runtime environment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.engineType(String engineType) |
The target platform for the runtime environment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.engineType(EngineType engineType) |
The target platform for the runtime environment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.engineVersion(String engineVersion) |
The version of the runtime engine.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.environmentArn(String environmentArn) |
The Amazon Resource Name (ARN) of the runtime environment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.environmentId(String environmentId) |
The unique identifier of the runtime environment.
|
default GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.highAvailabilityConfig(Consumer<HighAvailabilityConfig.Builder> highAvailabilityConfig) |
The desired capacity of the high availability configuration for the runtime environment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.highAvailabilityConfig(HighAvailabilityConfig highAvailabilityConfig) |
The desired capacity of the high availability configuration for the runtime environment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.instanceType(String instanceType) |
The type of instance underlying the runtime environment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.kmsKeyId(String kmsKeyId) |
The identifier of a customer managed key.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.loadBalancerArn(String loadBalancerArn) |
The Amazon Resource Name (ARN) for the load balancer used with the runtime environment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.name(String name) |
The name of the runtime environment.
|
default GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.pendingMaintenance(Consumer<PendingMaintenance.Builder> pendingMaintenance) |
Indicates the pending maintenance scheduled on this environment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.pendingMaintenance(PendingMaintenance pendingMaintenance) |
Indicates the pending maintenance scheduled on this environment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow) |
The maintenance window for the runtime environment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.publiclyAccessible(Boolean publiclyAccessible) |
Whether applications running in this runtime environment are publicly accessible.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.securityGroupIds(String... securityGroupIds) |
The unique identifiers of the security groups assigned to this runtime environment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.securityGroupIds(Collection<String> securityGroupIds) |
The unique identifiers of the security groups assigned to this runtime environment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.status(String status) |
The status of the runtime environment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.status(EnvironmentLifecycle status) |
The status of the runtime environment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.statusReason(String statusReason) |
The reason for the reported status.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.storageConfigurations(Collection<StorageConfiguration> storageConfigurations) |
The storage configurations defined for the runtime environment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.storageConfigurations(Consumer<StorageConfiguration.Builder>... storageConfigurations) |
The storage configurations defined for the runtime environment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.storageConfigurations(StorageConfiguration... storageConfigurations) |
The storage configurations defined for the runtime environment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.subnetIds(String... subnetIds) |
The unique identifiers of the subnets assigned to this runtime environment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.subnetIds(Collection<String> subnetIds) |
The unique identifiers of the subnets assigned to this runtime environment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.tags(Map<String,String> tags) |
The tags defined for this runtime environment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.toBuilder() |
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.vpcId(String vpcId) |
The unique identifier for the VPC used with this runtime environment.
|