Interface ListIngestConfigurationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListIngestConfigurationsRequest.Builder,
,ListIngestConfigurationsRequest> IvsRealTimeRequest.Builder
,SdkBuilder<ListIngestConfigurationsRequest.Builder,
,ListIngestConfigurationsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListIngestConfigurationsRequest
@Mutable
@NotThreadSafe
public static interface ListIngestConfigurationsRequest.Builder
extends IvsRealTimeRequest.Builder, SdkPojo, CopyableBuilder<ListIngestConfigurationsRequest.Builder,ListIngestConfigurationsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionfilterByStageArn
(String filterByStageArn) Filters the response list to match the specified stage ARN.filterByState
(String filterByState) Filters the response list to match the specified state.filterByState
(IngestConfigurationState filterByState) Filters the response list to match the specified state.maxResults
(Integer maxResults) Maximum number of results to return.The first IngestConfiguration to retrieve.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 Details
-
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
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:
-
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:
-
nextToken
The first IngestConfiguration to retrieve. This is used for pagination; see the
nextToken
response field.- Parameters:
nextToken
- The first IngestConfiguration to retrieve. This is used for pagination; see thenextToken
response field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListIngestConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-