Interface ListIngestConfigurationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListIngestConfigurationsRequest.Builder,ListIngestConfigurationsRequest>,IvsRealTimeRequest.Builder,SdkBuilder<ListIngestConfigurationsRequest.Builder,ListIngestConfigurationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListIngestConfigurationsRequest
public static interface ListIngestConfigurationsRequest.Builder extends IvsRealTimeRequest.Builder, SdkPojo, CopyableBuilder<ListIngestConfigurationsRequest.Builder,ListIngestConfigurationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListIngestConfigurationsRequest.BuilderfilterByStageArn(String filterByStageArn)Filters the response list to match the specified stage ARN.ListIngestConfigurationsRequest.BuilderfilterByState(String filterByState)Filters the response list to match the specified state.ListIngestConfigurationsRequest.BuilderfilterByState(IngestConfigurationState filterByState)Filters the response list to match the specified state.ListIngestConfigurationsRequest.BuildermaxResults(Integer maxResults)Maximum number of results to return.ListIngestConfigurationsRequest.BuildernextToken(String nextToken)The first IngestConfiguration to retrieve.ListIngestConfigurationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListIngestConfigurationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.ivsrealtime.model.IvsRealTimeRequest.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
-
filterByStageArn
ListIngestConfigurationsRequest.Builder filterByStageArn(String filterByStageArn)
Filters the response list to match the specified stage ARN. Only one filter (by stage ARN or by state) can be used at a time.
- Parameters:
filterByStageArn- Filters the response list to match the specified stage ARN. Only one filter (by stage ARN or by state) can be used at a time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filterByState
ListIngestConfigurationsRequest.Builder filterByState(String filterByState)
Filters the response list to match the specified state. Only one filter (by stage ARN or by state) can be used at a time.
- Parameters:
filterByState- Filters the response list to match the specified state. Only one filter (by stage ARN or by state) can be used at a time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IngestConfigurationState,IngestConfigurationState
-
filterByState
ListIngestConfigurationsRequest.Builder filterByState(IngestConfigurationState filterByState)
Filters the response list to match the specified state. Only one filter (by stage ARN or by state) can be used at a time.
- Parameters:
filterByState- Filters the response list to match the specified state. Only one filter (by stage ARN or by state) can be used at a time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IngestConfigurationState,IngestConfigurationState
-
nextToken
ListIngestConfigurationsRequest.Builder nextToken(String nextToken)
The first IngestConfiguration to retrieve. This is used for pagination; see the
nextTokenresponse field.- Parameters:
nextToken- The first IngestConfiguration to retrieve. This is used for pagination; see thenextTokenresponse field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListIngestConfigurationsRequest.Builder maxResults(Integer maxResults)
Maximum number of results to return. Default: 50.
- Parameters:
maxResults- Maximum number of results to return. Default: 50.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListIngestConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListIngestConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-