Interface ListSegmentReferencesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSegmentReferencesRequest.Builder,ListSegmentReferencesRequest>,EvidentlyRequest.Builder,SdkBuilder<ListSegmentReferencesRequest.Builder,ListSegmentReferencesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListSegmentReferencesRequest
public static interface ListSegmentReferencesRequest.Builder extends EvidentlyRequest.Builder, SdkPojo, CopyableBuilder<ListSegmentReferencesRequest.Builder,ListSegmentReferencesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSegmentReferencesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to include in the response.ListSegmentReferencesRequest.BuildernextToken(String nextToken)The token to use when requesting the next set of results.ListSegmentReferencesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSegmentReferencesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSegmentReferencesRequest.Buildersegment(String segment)The ARN of the segment that you want to view information for.ListSegmentReferencesRequest.Buildertype(String type)Specifies whether to return information about launches or experiments that use this segment.ListSegmentReferencesRequest.Buildertype(SegmentReferenceResourceType type)Specifies whether to return information about launches or experiments that use this segment.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.evidently.model.EvidentlyRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListSegmentReferencesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to include in the response. If you omit this, the default of 50 is used.
- Parameters:
maxResults- The maximum number of results to include in the response. If you omit this, the default of 50 is used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListSegmentReferencesRequest.Builder nextToken(String nextToken)
The token to use when requesting the next set of results. You received this token from a previous
ListSegmentReferencesoperation.- Parameters:
nextToken- The token to use when requesting the next set of results. You received this token from a previousListSegmentReferencesoperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
segment
ListSegmentReferencesRequest.Builder segment(String segment)
The ARN of the segment that you want to view information for.
- Parameters:
segment- The ARN of the segment that you want to view information for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
ListSegmentReferencesRequest.Builder type(String type)
Specifies whether to return information about launches or experiments that use this segment.
- Parameters:
type- Specifies whether to return information about launches or experiments that use this segment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SegmentReferenceResourceType,SegmentReferenceResourceType
-
type
ListSegmentReferencesRequest.Builder type(SegmentReferenceResourceType type)
Specifies whether to return information about launches or experiments that use this segment.
- Parameters:
type- Specifies whether to return information about launches or experiments that use this segment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SegmentReferenceResourceType,SegmentReferenceResourceType
-
overrideConfiguration
ListSegmentReferencesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSegmentReferencesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-