Uses of Class
com.sap.cloudfoundry.client.facade.domain.ImmutableInstanceInfo.Builder
-
Packages that use ImmutableInstanceInfo.Builder Package Description com.sap.cloudfoundry.client.facade.domain -
-
Uses of ImmutableInstanceInfo.Builder in com.sap.cloudfoundry.client.facade.domain
Methods in com.sap.cloudfoundry.client.facade.domain that return ImmutableInstanceInfo.Builder Modifier and Type Method Description static ImmutableInstanceInfo.BuilderImmutableInstanceInfo. builder()Creates a builder forImmutableInstanceInfo.ImmutableInstanceInfo.BuilderImmutableInstanceInfo.Builder. from(InstanceInfo instance)Fill a builder with attribute values from the providedInstanceInfoinstance.ImmutableInstanceInfo.BuilderImmutableInstanceInfo.Builder. index(int index)Initializes the value for theindexattribute.ImmutableInstanceInfo.BuilderImmutableInstanceInfo.Builder. state(InstanceState state)Initializes the value for thestateattribute.
-