| Package | Description |
|---|---|
| org.cloudfoundry.operations |
| Modifier and Type | Method and Description |
|---|---|
static DefaultCloudFoundryOperations.Builder |
DefaultCloudFoundryOperations.builder()
Creates a builder for
DefaultCloudFoundryOperations. |
DefaultCloudFoundryOperations.Builder |
DefaultCloudFoundryOperations.Builder.cacheDuration(Duration cacheDuration)
Initializes the optional value
cacheDuration to cacheDuration. |
DefaultCloudFoundryOperations.Builder |
DefaultCloudFoundryOperations.Builder.cacheDuration(Optional<? extends Duration> cacheDuration)
Initializes the optional value
cacheDuration to cacheDuration. |
DefaultCloudFoundryOperations.Builder |
DefaultCloudFoundryOperations.Builder.cloudFoundryClient(CloudFoundryClient cloudFoundryClient)
Initializes the value for the
cloudFoundryClient attribute. |
DefaultCloudFoundryOperations.Builder |
DefaultCloudFoundryOperations.Builder.dopplerClient(DopplerClient dopplerClient)
Initializes the value for the
dopplerClient attribute. |
DefaultCloudFoundryOperations.Builder |
DefaultCloudFoundryOperations.Builder.from(DefaultCloudFoundryOperations instance)
Fill a builder with attribute values from the provided
DefaultCloudFoundryOperations instance. |
DefaultCloudFoundryOperations.Builder |
DefaultCloudFoundryOperations.Builder.networkingClient(NetworkingClient networkingClient)
Initializes the value for the
networkingClient attribute. |
DefaultCloudFoundryOperations.Builder |
DefaultCloudFoundryOperations.Builder.organization(String organization)
Initializes the value for the
organization attribute. |
DefaultCloudFoundryOperations.Builder |
DefaultCloudFoundryOperations.Builder.routingClient(RoutingClient routingClient)
Initializes the value for the
routingClient attribute. |
DefaultCloudFoundryOperations.Builder |
DefaultCloudFoundryOperations.Builder.space(String space)
Initializes the value for the
space attribute. |
DefaultCloudFoundryOperations.Builder |
DefaultCloudFoundryOperations.Builder.uaaClient(UaaClient uaaClient)
Initializes the value for the
uaaClient attribute. |
Copyright © 2018. All rights reserved.