public class UpdateEnvironmentOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
UpdateEnvironmentOptions.Builder
Builder.
|
static interface |
UpdateEnvironmentOptions.Size
Size to change the environment to.
|
Modifier and Type | Method and Description |
---|---|
String |
description()
Gets the description.
|
String |
environmentId()
Gets the environmentId.
|
String |
name()
Gets the name.
|
UpdateEnvironmentOptions.Builder |
newBuilder()
New builder.
|
String |
size()
Gets the size.
|
public UpdateEnvironmentOptions.Builder newBuilder()
public String environmentId()
The ID of the environment.
public String name()
Name that identifies the environment.
public String description()
Description of the environment.
public String size()
Size to change the environment to. **Note:** Lite plan users cannot change the environment size.
Copyright © 2024 IBM Cloud. All rights reserved.