| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.routes |
| Modifier and Type | Method and Description |
|---|---|
Destination.Builder |
Destination.Builder.application(Application application)
Initializes the value for the
application attribute. |
static Destination.Builder |
Destination.builder()
Creates a builder for
Destination. |
Destination.Builder |
Destination.Builder.destinationId(String destinationId)
Initializes the value for the
destinationId attribute. |
Destination.Builder |
Destination.Builder.from(Destination instance)
Fill a builder with attribute values from the provided
Destination instance. |
Destination.Builder |
Destination.Builder.port(Integer port)
Initializes the value for the
port attribute. |
Destination.Builder |
Destination.Builder.weight(Integer weight)
Initializes the value for the
weight attribute. |
Copyright © 2020. All rights reserved.