Package | Description |
---|---|
org.springframework.cloud.servicebroker.model |
Models that describe the interaction with the Service Broker API
|
Modifier and Type | Method and Description |
---|---|
static CloudFoundryContext.CloudFoundryContextBuilder |
CloudFoundryContext.builder()
Builder for constructing a
CloudFoundryContext |
protected CloudFoundryContext.CloudFoundryContextBuilder |
CloudFoundryContext.CloudFoundryContextBuilder.createBuilder() |
CloudFoundryContext.CloudFoundryContextBuilder |
CloudFoundryContext.CloudFoundryContextBuilder.instanceName(String instanceName)
Set the instance name
|
CloudFoundryContext.CloudFoundryContextBuilder |
CloudFoundryContext.CloudFoundryContextBuilder.organizationGuid(String organizationGuid)
Set the organization GUID
|
CloudFoundryContext.CloudFoundryContextBuilder |
CloudFoundryContext.CloudFoundryContextBuilder.organizationName(String organizationName)
Set the organization name
|
CloudFoundryContext.CloudFoundryContextBuilder |
CloudFoundryContext.CloudFoundryContextBuilder.spaceGuid(String spaceGuid)
Set the space GUID
|
CloudFoundryContext.CloudFoundryContextBuilder |
CloudFoundryContext.CloudFoundryContextBuilder.spaceName(String spaceName)
Set the space name
|