public static interface ListSegmentReferencesResponse.Builder extends EvidentlyResponse.Builder, SdkPojo, CopyableBuilder<ListSegmentReferencesResponse.Builder,ListSegmentReferencesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSegmentReferencesResponse.Builder |
nextToken(String nextToken)
The token to use in a subsequent
ListSegmentReferences operation to return the next set of
results. |
ListSegmentReferencesResponse.Builder |
referencedBy(Collection<RefResource> referencedBy)
An array of structures, where each structure contains information about one experiment or launch that uses
this segment.
|
ListSegmentReferencesResponse.Builder |
referencedBy(Consumer<RefResource.Builder>... referencedBy)
An array of structures, where each structure contains information about one experiment or launch that uses
this segment.
|
ListSegmentReferencesResponse.Builder |
referencedBy(RefResource... referencedBy)
An array of structures, where each structure contains information about one experiment or launch that uses
this segment.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSegmentReferencesResponse.Builder nextToken(String nextToken)
The token to use in a subsequent ListSegmentReferences operation to return the next set of
results.
nextToken - The token to use in a subsequent ListSegmentReferences operation to return the next set
of results.ListSegmentReferencesResponse.Builder referencedBy(Collection<RefResource> referencedBy)
An array of structures, where each structure contains information about one experiment or launch that uses this segment.
referencedBy - An array of structures, where each structure contains information about one experiment or launch that
uses this segment.ListSegmentReferencesResponse.Builder referencedBy(RefResource... referencedBy)
An array of structures, where each structure contains information about one experiment or launch that uses this segment.
referencedBy - An array of structures, where each structure contains information about one experiment or launch that
uses this segment.ListSegmentReferencesResponse.Builder referencedBy(Consumer<RefResource.Builder>... referencedBy)
An array of structures, where each structure contains information about one experiment or launch that uses this segment.
This is a convenience method that creates an instance of theRefResource.Builder avoiding the need to create one
manually via RefResource.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #referencedBy(List.
referencedBy - a consumer that will call methods on
RefResource.Builder#referencedBy(java.util.Collection) Copyright © 2023. All rights reserved.