public static final class ListUserProvidedServiceInstancesRequest.Builder extends Object
ListUserProvidedServiceInstancesRequest.
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 ListUserProvidedServiceInstancesRequest.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 ListUserProvidedServiceInstancesRequest.Builder from(ListUserProvidedServiceInstancesRequest instance)
ListUserProvidedServiceInstancesRequest instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ListUserProvidedServiceInstancesRequest.Builder from(org.cloudfoundry.client.v2.userprovidedserviceinstances._ListUserProvidedServiceInstancesRequest instance)
_ListUserProvidedServiceInstancesRequest instance into builder.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ListUserProvidedServiceInstancesRequest.Builder orderDirection(OrderDirection orderDirection)
orderDirection attribute.orderDirection - The value for orderDirection (can be null)this builder for use in a chained invocationpublic final ListUserProvidedServiceInstancesRequest.Builder page(Integer page)
page attribute.page - The value for page (can be null)this builder for use in a chained invocationpublic final ListUserProvidedServiceInstancesRequest.Builder resultsPerPage(Integer resultsPerPage)
resultsPerPage attribute.resultsPerPage - The value for resultsPerPage (can be null)this builder for use in a chained invocationpublic final ListUserProvidedServiceInstancesRequest.Builder name(String element)
names list.element - A names elementthis builder for use in a chained invocationpublic final ListUserProvidedServiceInstancesRequest.Builder names(String... elements)
names list.elements - An array of names elementsthis builder for use in a chained invocationpublic final ListUserProvidedServiceInstancesRequest.Builder names(Iterable<String> elements)
names list.elements - An iterable of names elementsthis builder for use in a chained invocationpublic final ListUserProvidedServiceInstancesRequest.Builder addAllNames(Iterable<String> elements)
names list.elements - An iterable of names elementsthis builder for use in a chained invocationpublic final ListUserProvidedServiceInstancesRequest.Builder organizationId(String element)
organizationIds list.element - A organizationIds elementthis builder for use in a chained invocationpublic final ListUserProvidedServiceInstancesRequest.Builder organizationIds(String... elements)
organizationIds list.elements - An array of organizationIds elementsthis builder for use in a chained invocationpublic final ListUserProvidedServiceInstancesRequest.Builder organizationIds(Iterable<String> elements)
organizationIds list.elements - An iterable of organizationIds elementsthis builder for use in a chained invocationpublic final ListUserProvidedServiceInstancesRequest.Builder addAllOrganizationIds(Iterable<String> elements)
organizationIds list.elements - An iterable of organizationIds elementsthis builder for use in a chained invocationpublic final ListUserProvidedServiceInstancesRequest.Builder spaceId(String element)
spaceIds list.element - A spaceIds elementthis builder for use in a chained invocationpublic final ListUserProvidedServiceInstancesRequest.Builder spaceIds(String... elements)
spaceIds list.elements - An array of spaceIds elementsthis builder for use in a chained invocationpublic final ListUserProvidedServiceInstancesRequest.Builder spaceIds(Iterable<String> elements)
spaceIds list.elements - An iterable of spaceIds elementsthis builder for use in a chained invocationpublic final ListUserProvidedServiceInstancesRequest.Builder addAllSpaceIds(Iterable<String> elements)
spaceIds list.elements - An iterable of spaceIds elementsthis builder for use in a chained invocationpublic ListUserProvidedServiceInstancesRequest build()
ListUserProvidedServiceInstancesRequest.IllegalStateException - if any required attributes are missingCopyright © 2020. All rights reserved.