public static interface ListSegmentReferencesRequest.Builder extends EvidentlyRequest.Builder, SdkPojo, CopyableBuilder<ListSegmentReferencesRequest.Builder,ListSegmentReferencesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSegmentReferencesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to include in the response.
|
ListSegmentReferencesRequest.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of results.
|
ListSegmentReferencesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSegmentReferencesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSegmentReferencesRequest.Builder |
segment(String segment)
The ARN of the segment that you want to view information for.
|
ListSegmentReferencesRequest.Builder |
type(SegmentReferenceResourceType type)
Specifies whether to return information about launches or experiments that use this segment.
|
ListSegmentReferencesRequest.Builder |
type(String type)
Specifies whether to return information about launches or experiments that use this segment.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSegmentReferencesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to include in the response. If you omit this, the default of 50 is used.
maxResults - The maximum number of results to include in the response. If you omit this, the default of 50 is used.ListSegmentReferencesRequest.Builder nextToken(String nextToken)
The token to use when requesting the next set of results. You received this token from a previous
ListSegmentReferences operation.
nextToken - The token to use when requesting the next set of results. You received this token from a previous
ListSegmentReferences operation.ListSegmentReferencesRequest.Builder segment(String segment)
The ARN of the segment that you want to view information for.
segment - The ARN of the segment that you want to view information for.ListSegmentReferencesRequest.Builder type(String type)
Specifies whether to return information about launches or experiments that use this segment.
type - Specifies whether to return information about launches or experiments that use this segment.SegmentReferenceResourceType,
SegmentReferenceResourceTypeListSegmentReferencesRequest.Builder type(SegmentReferenceResourceType type)
Specifies whether to return information about launches or experiments that use this segment.
type - Specifies whether to return information about launches or experiments that use this segment.SegmentReferenceResourceType,
SegmentReferenceResourceTypeListSegmentReferencesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSegmentReferencesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.