static Deployment.Builder |
Deployment.builder() |
Create a new builder.
|
Deployment.Builder |
Deployment.Builder.compartmentId(String compartmentId) |
The OCID of the
compartment in which the resource is created.
|
Deployment.Builder |
Deployment.Builder.copy(Deployment model) |
|
Deployment.Builder |
Deployment.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
Deployment.Builder |
Deployment.Builder.displayName(String displayName) |
A user-friendly name.
|
Deployment.Builder |
Deployment.Builder.endpoint(String endpoint) |
The endpoint to access this deployment on the gateway.
|
Deployment.Builder |
Deployment.Builder.freeformTags(Map<String,String> freeformTags) |
Free-form tags for this resource.
|
Deployment.Builder |
Deployment.Builder.gatewayId(String gatewayId) |
The OCID of the
resource.
|
Deployment.Builder |
Deployment.Builder.id(String id) |
The OCID of the
resource.
|
Deployment.Builder |
Deployment.Builder.lifecycleDetails(String lifecycleDetails) |
A message describing the current state in more detail.
|
Deployment.Builder |
Deployment.Builder.lifecycleState(Deployment.LifecycleState lifecycleState) |
The current state of the deployment.
|
Deployment.Builder |
Deployment.Builder.pathPrefix(String pathPrefix) |
A path on which to deploy all routes contained in the API deployment specification.
|
Deployment.Builder |
Deployment.Builder.specification(ApiSpecification specification) |
|
Deployment.Builder |
Deployment.Builder.timeCreated(Date timeCreated) |
The time this resource was created.
|
Deployment.Builder |
Deployment.Builder.timeUpdated(Date timeUpdated) |
The time this resource was last updated.
|
Deployment.Builder |
Deployment.toBuilder() |
|