Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Method and Description |
---|---|
static CreateDeploymentDetails.Builder |
CreateDeploymentDetails.builder()
Create a new builder.
|
CreateDeploymentDetails.Builder |
CreateDeploymentDetails.Builder.compartmentId(String compartmentId)
The OCID of the
compartment in which the resource is created.
|
CreateDeploymentDetails.Builder |
CreateDeploymentDetails.Builder.copy(CreateDeploymentDetails model) |
CreateDeploymentDetails.Builder |
CreateDeploymentDetails.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CreateDeploymentDetails.Builder |
CreateDeploymentDetails.Builder.displayName(String displayName)
A user-friendly name.
|
CreateDeploymentDetails.Builder |
CreateDeploymentDetails.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
CreateDeploymentDetails.Builder |
CreateDeploymentDetails.Builder.gatewayId(String gatewayId)
The OCID of the
resource.
|
CreateDeploymentDetails.Builder |
CreateDeploymentDetails.Builder.pathPrefix(String pathPrefix)
A path on which to deploy all routes contained in the API deployment specification.
|
CreateDeploymentDetails.Builder |
CreateDeploymentDetails.Builder.specification(ApiSpecification specification) |
CreateDeploymentDetails.Builder |
CreateDeploymentDetails.toBuilder() |
Copyright © 2016–2024. All rights reserved.