public static final class ListIsolationSegmentsRequest.Builder extends Object
ListIsolationSegmentsRequest.
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 ListIsolationSegmentsRequest.Builder from(ListIsolationSegmentsRequest instance)
ListIsolationSegmentsRequest instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ListIsolationSegmentsRequest.Builder from(org.cloudfoundry.client.v3.isolationsegments._ListIsolationSegmentsRequest instance)
_ListIsolationSegmentsRequest instance into builder.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ListIsolationSegmentsRequest.Builder from(PaginatedRequest instance)
org.cloudfoundry.client.v3.PaginatedRequest instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ListIsolationSegmentsRequest.Builder orderBy(String orderBy)
orderBy attribute.orderBy - The value for orderBy (can be null)this builder for use in a chained invocationpublic final ListIsolationSegmentsRequest.Builder page(Integer page)
page attribute.page - The value for page (can be null)this builder for use in a chained invocationpublic final ListIsolationSegmentsRequest.Builder perPage(Integer perPage)
perPage attribute.perPage - The value for perPage (can be null)this builder for use in a chained invocationpublic final ListIsolationSegmentsRequest.Builder isolationSegmentId(String element)
isolationSegmentIds list.element - A isolationSegmentIds elementthis builder for use in a chained invocationpublic final ListIsolationSegmentsRequest.Builder isolationSegmentIds(String... elements)
isolationSegmentIds list.elements - An array of isolationSegmentIds elementsthis builder for use in a chained invocationpublic final ListIsolationSegmentsRequest.Builder isolationSegmentIds(Iterable<String> elements)
isolationSegmentIds list.elements - An iterable of isolationSegmentIds elementsthis builder for use in a chained invocationpublic final ListIsolationSegmentsRequest.Builder addAllIsolationSegmentIds(Iterable<String> elements)
isolationSegmentIds list.elements - An iterable of isolationSegmentIds elementsthis builder for use in a chained invocationpublic final ListIsolationSegmentsRequest.Builder name(String element)
names list.element - A names elementthis builder for use in a chained invocationpublic final ListIsolationSegmentsRequest.Builder names(String... elements)
names list.elements - An array of names elementsthis builder for use in a chained invocationpublic final ListIsolationSegmentsRequest.Builder names(Iterable<String> elements)
names list.elements - An iterable of names elementsthis builder for use in a chained invocationpublic final ListIsolationSegmentsRequest.Builder addAllNames(Iterable<String> elements)
names list.elements - An iterable of names elementsthis builder for use in a chained invocationpublic final ListIsolationSegmentsRequest.Builder organizationId(String element)
organizationIds list.element - A organizationIds elementthis builder for use in a chained invocationpublic final ListIsolationSegmentsRequest.Builder organizationIds(String... elements)
organizationIds list.elements - An array of organizationIds elementsthis builder for use in a chained invocationpublic final ListIsolationSegmentsRequest.Builder organizationIds(Iterable<String> elements)
organizationIds list.elements - An iterable of organizationIds elementsthis builder for use in a chained invocationpublic final ListIsolationSegmentsRequest.Builder addAllOrganizationIds(Iterable<String> elements)
organizationIds list.elements - An iterable of organizationIds elementsthis builder for use in a chained invocationpublic ListIsolationSegmentsRequest build()
ListIsolationSegmentsRequest.IllegalStateException - if any required attributes are missingCopyright © 2020. All rights reserved.