| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.adapters |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRawCloudRoute |
ImmutableRawCloudRoute.Builder.build()
Builds a new
ImmutableRawCloudRoute. |
static ImmutableRawCloudRoute |
ImmutableRawCloudRoute.copyOf(RawCloudRoute instance)
Creates an immutable copy of a
RawCloudRoute value. |
ImmutableRawCloudRoute |
ImmutableRawCloudRoute.withDomain(Derivable<CloudDomain> value)
Copy the current immutable object by setting a value for the
domain attribute. |
ImmutableRawCloudRoute |
ImmutableRawCloudRoute.withResource(org.cloudfoundry.client.v2.Resource<org.cloudfoundry.client.v2.routes.RouteEntity> value)
Copy the current immutable object by setting a value for the
resource attribute. |
ImmutableRawCloudRoute |
ImmutableRawCloudRoute.withRouteMappingResources(Iterable<? extends org.cloudfoundry.client.v2.Resource<org.cloudfoundry.client.v2.routemappings.RouteMappingEntity>> elements)
Copy the current immutable object with elements that replace the content of
routeMappingResources. |
ImmutableRawCloudRoute |
ImmutableRawCloudRoute.withRouteMappingResources(org.cloudfoundry.client.v2.Resource<org.cloudfoundry.client.v2.routemappings.RouteMappingEntity>... elements)
Copy the current immutable object with elements that replace the content of
routeMappingResources. |
Copyright © 2020 SAP SE. All rights reserved.