Interface ListEventBridgeRuleTemplateGroupsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListEventBridgeRuleTemplateGroupsRequest.Builder,ListEventBridgeRuleTemplateGroupsRequest>,MediaLiveRequest.Builder,SdkBuilder<ListEventBridgeRuleTemplateGroupsRequest.Builder,ListEventBridgeRuleTemplateGroupsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListEventBridgeRuleTemplateGroupsRequest
public static interface ListEventBridgeRuleTemplateGroupsRequest.Builder extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<ListEventBridgeRuleTemplateGroupsRequest.Builder,ListEventBridgeRuleTemplateGroupsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEventBridgeRuleTemplateGroupsRequest.BuildermaxResults(Integer maxResults)Sets the value of the MaxResults property for this object.ListEventBridgeRuleTemplateGroupsRequest.BuildernextToken(String nextToken)A token used to retrieve the next set of results in paginated list responses.ListEventBridgeRuleTemplateGroupsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEventBridgeRuleTemplateGroupsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListEventBridgeRuleTemplateGroupsRequest.BuildersignalMapIdentifier(String signalMapIdentifier)A signal map's identifier.-
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.medialive.model.MediaLiveRequest.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
ListEventBridgeRuleTemplateGroupsRequest.Builder maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.- Parameters:
maxResults- The new value for the MaxResults property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListEventBridgeRuleTemplateGroupsRequest.Builder nextToken(String nextToken)
A token used to retrieve the next set of results in paginated list responses.- Parameters:
nextToken- A token used to retrieve the next set of results in paginated list responses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signalMapIdentifier
ListEventBridgeRuleTemplateGroupsRequest.Builder signalMapIdentifier(String signalMapIdentifier)
A signal map's identifier. Can be either be its id or current name.- Parameters:
signalMapIdentifier- A signal map's identifier. Can be either be its id or current name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListEventBridgeRuleTemplateGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListEventBridgeRuleTemplateGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-