Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Method and Description |
---|---|
static DeploymentSummary.Builder |
DeploymentSummary.builder()
Create a new builder.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.compartmentId(String compartmentId)
The OCID of the
compartment in which the resource is created.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.copy(DeploymentSummary model) |
DeploymentSummary.Builder |
DeploymentSummary.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.displayName(String displayName)
A user-friendly name.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.endpoint(String endpoint)
The endpoint to access this deployment on the gateway.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.gatewayId(String gatewayId)
The OCID of the
resource.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.id(String id)
The OCID of the
resource.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.lifecycleState(Deployment.LifecycleState lifecycleState)
The current state of the deployment.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.pathPrefix(String pathPrefix)
The path on which all routes contained in the API deployment specification are deployed.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.timeCreated(Date timeCreated)
The time this resource was created.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.timeUpdated(Date timeUpdated)
The time this resource was last updated.
|
DeploymentSummary.Builder |
DeploymentSummary.toBuilder() |
Copyright © 2016–2024. All rights reserved.