public static final class ListUserProvidedServiceInstanceServiceBindingsRequest.Builder extends Object
ListUserProvidedServiceInstanceServiceBindingsRequest.
Initialize attributes and then invoke the build() method to create an
immutable instance.
Builder is not thread-safe and generally should not be stored in a field or collection,
but instead used immediately to create instances.
public final ListUserProvidedServiceInstanceServiceBindingsRequest.Builder from(PaginatedRequest instance)
org.cloudfoundry.client.v2.PaginatedRequest instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ListUserProvidedServiceInstanceServiceBindingsRequest.Builder from(ListUserProvidedServiceInstanceServiceBindingsRequest instance)
ListUserProvidedServiceInstanceServiceBindingsRequest instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ListUserProvidedServiceInstanceServiceBindingsRequest.Builder from(org.cloudfoundry.client.v2.userprovidedserviceinstances._ListUserProvidedServiceInstanceServiceBindingsRequest instance)
_ListUserProvidedServiceInstanceServiceBindingsRequest instance into builder.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ListUserProvidedServiceInstanceServiceBindingsRequest.Builder orderDirection(OrderDirection orderDirection)
orderDirection attribute.orderDirection - The value for orderDirection (can be null)this builder for use in a chained invocationpublic final ListUserProvidedServiceInstanceServiceBindingsRequest.Builder page(Integer page)
page attribute.page - The value for page (can be null)this builder for use in a chained invocationpublic final ListUserProvidedServiceInstanceServiceBindingsRequest.Builder resultsPerPage(Integer resultsPerPage)
resultsPerPage attribute.resultsPerPage - The value for resultsPerPage (can be null)this builder for use in a chained invocationpublic final ListUserProvidedServiceInstanceServiceBindingsRequest.Builder applicationId(String element)
applicationIds list.element - A applicationIds elementthis builder for use in a chained invocationpublic final ListUserProvidedServiceInstanceServiceBindingsRequest.Builder applicationIds(String... elements)
applicationIds list.elements - An array of applicationIds elementsthis builder for use in a chained invocationpublic final ListUserProvidedServiceInstanceServiceBindingsRequest.Builder applicationIds(Iterable<String> elements)
applicationIds list.elements - An iterable of applicationIds elementsthis builder for use in a chained invocationpublic final ListUserProvidedServiceInstanceServiceBindingsRequest.Builder addAllApplicationIds(Iterable<String> elements)
applicationIds list.elements - An iterable of applicationIds elementsthis builder for use in a chained invocationpublic final ListUserProvidedServiceInstanceServiceBindingsRequest.Builder userProvidedServiceInstanceId(String userProvidedServiceInstanceId)
userProvidedServiceInstanceId attribute.userProvidedServiceInstanceId - The value for userProvidedServiceInstanceIdthis builder for use in a chained invocationpublic ListUserProvidedServiceInstanceServiceBindingsRequest build()
ListUserProvidedServiceInstanceServiceBindingsRequest.IllegalStateException - if any required attributes are missingCopyright © 2020. All rights reserved.