static ServiceEnvironmentDetail.Builder |
ServiceEnvironmentDetail.builder() |
|
ServiceEnvironmentDetail.Builder |
ServiceEnvironmentDetail.Builder.capacityLimits(Collection<CapacityLimit> capacityLimits) |
The capacity limits for the service environment.
|
ServiceEnvironmentDetail.Builder |
ServiceEnvironmentDetail.Builder.capacityLimits(Consumer<CapacityLimit.Builder>... capacityLimits) |
The capacity limits for the service environment.
|
ServiceEnvironmentDetail.Builder |
ServiceEnvironmentDetail.Builder.capacityLimits(CapacityLimit... capacityLimits) |
The capacity limits for the service environment.
|
ServiceEnvironmentDetail.Builder |
ServiceEnvironmentDetail.Builder.serviceEnvironmentArn(String serviceEnvironmentArn) |
The Amazon Resource Name (ARN) of the service environment.
|
ServiceEnvironmentDetail.Builder |
ServiceEnvironmentDetail.Builder.serviceEnvironmentName(String serviceEnvironmentName) |
The name of the service environment.
|
ServiceEnvironmentDetail.Builder |
ServiceEnvironmentDetail.Builder.serviceEnvironmentType(String serviceEnvironmentType) |
The type of service environment.
|
ServiceEnvironmentDetail.Builder |
ServiceEnvironmentDetail.Builder.serviceEnvironmentType(ServiceEnvironmentType serviceEnvironmentType) |
The type of service environment.
|
ServiceEnvironmentDetail.Builder |
ServiceEnvironmentDetail.Builder.state(String state) |
The state of the service environment.
|
ServiceEnvironmentDetail.Builder |
ServiceEnvironmentDetail.Builder.state(ServiceEnvironmentState state) |
The state of the service environment.
|
ServiceEnvironmentDetail.Builder |
ServiceEnvironmentDetail.Builder.status(String status) |
The current status of the service environment.
|
ServiceEnvironmentDetail.Builder |
ServiceEnvironmentDetail.Builder.status(ServiceEnvironmentStatus status) |
The current status of the service environment.
|
ServiceEnvironmentDetail.Builder |
ServiceEnvironmentDetail.Builder.tags(Map<String,String> tags) |
The tags associated with the service environment.
|
ServiceEnvironmentDetail.Builder |
ServiceEnvironmentDetail.toBuilder() |
|