ImmutableCloudRoute |
ImmutableCloudRoute.Builder.build() |
|
static ImmutableCloudRoute |
ImmutableCloudRoute.copyOf(CloudRoute instance) |
|
ImmutableCloudRoute |
ImmutableCloudRoute.withAppsUsingRoute(int value) |
Copy the current immutable object by setting a value for the appsUsingRoute attribute.
|
ImmutableCloudRoute |
ImmutableCloudRoute.withDomain(CloudDomain value) |
Copy the current immutable object by setting a value for the domain attribute.
|
ImmutableCloudRoute |
ImmutableCloudRoute.withHost(String value) |
Copy the current immutable object by setting a value for the host attribute.
|
ImmutableCloudRoute |
ImmutableCloudRoute.withMetadata(CloudMetadata value) |
Copy the current immutable object by setting a value for the metadata attribute.
|
ImmutableCloudRoute |
ImmutableCloudRoute.withName(String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableCloudRoute |
ImmutableCloudRoute.withPath(String value) |
Copy the current immutable object by setting a value for the path attribute.
|
ImmutableCloudRoute |
ImmutableCloudRoute.withPort(Integer value) |
Copy the current immutable object by setting a value for the port attribute.
|
ImmutableCloudRoute |
ImmutableCloudRoute.withUrl(String value) |
Copy the current immutable object by setting a value for the url attribute.
|
ImmutableCloudRoute |
ImmutableCloudRoute.withV3Metadata(org.cloudfoundry.client.v3.Metadata value) |
Copy the current immutable object by setting a value for the v3Metadata attribute.
|