public static class CreateDeploymentDetails.Builder extends Object
Modifier and Type | Method and Description |
---|---|
CreateDeploymentDetails |
build() |
CreateDeploymentDetails.Builder |
compartmentId(String compartmentId) |
CreateDeploymentDetails.Builder |
copy(CreateDeploymentDetails o) |
CreateDeploymentDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags) |
CreateDeploymentDetails.Builder |
displayName(String displayName) |
CreateDeploymentDetails.Builder |
freeformTags(Map<String,String> freeformTags) |
CreateDeploymentDetails.Builder |
gatewayId(String gatewayId) |
CreateDeploymentDetails.Builder |
pathPrefix(String pathPrefix) |
CreateDeploymentDetails.Builder |
specification(ApiSpecification specification) |
String |
toString() |
public CreateDeploymentDetails.Builder displayName(String displayName)
public CreateDeploymentDetails.Builder gatewayId(String gatewayId)
public CreateDeploymentDetails.Builder compartmentId(String compartmentId)
public CreateDeploymentDetails.Builder pathPrefix(String pathPrefix)
public CreateDeploymentDetails.Builder specification(ApiSpecification specification)
public CreateDeploymentDetails.Builder freeformTags(Map<String,String> freeformTags)
public CreateDeploymentDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public CreateDeploymentDetails build()
public CreateDeploymentDetails.Builder copy(CreateDeploymentDetails o)
Copyright © 2016–2022. All rights reserved.