| Package | Description |
|---|---|
| org.cloudfoundry.operations.routes |
| Modifier and Type | Method and Description |
|---|---|
static CreateRouteRequest.Builder |
CreateRouteRequest.builder()
Creates a builder for
CreateRouteRequest. |
CreateRouteRequest.Builder |
CreateRouteRequest.Builder.domain(String domain)
Initializes the value for the
domain attribute. |
CreateRouteRequest.Builder |
CreateRouteRequest.Builder.from(CreateRouteRequest instance)
Fill a builder with attribute values from the provided
CreateRouteRequest instance. |
CreateRouteRequest.Builder |
CreateRouteRequest.Builder.host(String host)
Initializes the value for the
host attribute. |
CreateRouteRequest.Builder |
CreateRouteRequest.Builder.path(String path)
Initializes the value for the
path attribute. |
CreateRouteRequest.Builder |
CreateRouteRequest.Builder.port(Integer port)
Initializes the value for the
port attribute. |
CreateRouteRequest.Builder |
CreateRouteRequest.Builder.randomPort(Boolean randomPort)
Initializes the value for the
randomPort attribute. |
CreateRouteRequest.Builder |
CreateRouteRequest.Builder.space(String space)
Initializes the value for the
space attribute. |
Copyright © 2018. All rights reserved.