Interface CreateSignalMapRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<CreateSignalMapRequest.Builder,,CreateSignalMapRequest> MediaLiveRequest.Builder,SdkBuilder<CreateSignalMapRequest.Builder,,CreateSignalMapRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateSignalMapRequest
@Mutable
@NotThreadSafe
public static interface CreateSignalMapRequest.Builder
extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<CreateSignalMapRequest.Builder,CreateSignalMapRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptioncloudWatchAlarmTemplateGroupIdentifiers(String... cloudWatchAlarmTemplateGroupIdentifiers) Sets the value of the CloudWatchAlarmTemplateGroupIdentifiers property for this object.cloudWatchAlarmTemplateGroupIdentifiers(Collection<String> cloudWatchAlarmTemplateGroupIdentifiers) Sets the value of the CloudWatchAlarmTemplateGroupIdentifiers property for this object.description(String description) A resource's optional description.discoveryEntryPointArn(String discoveryEntryPointArn) A top-level supported AWS resource ARN to discovery a signal map from.eventBridgeRuleTemplateGroupIdentifiers(String... eventBridgeRuleTemplateGroupIdentifiers) Sets the value of the EventBridgeRuleTemplateGroupIdentifiers property for this object.eventBridgeRuleTemplateGroupIdentifiers(Collection<String> eventBridgeRuleTemplateGroupIdentifiers) Sets the value of the EventBridgeRuleTemplateGroupIdentifiers property for this object.A resource's name.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.An ID that you assign to a create request.Sets the value of the Tags property for this object.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.medialive.model.MediaLiveRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
cloudWatchAlarmTemplateGroupIdentifiers
CreateSignalMapRequest.Builder cloudWatchAlarmTemplateGroupIdentifiers(Collection<String> cloudWatchAlarmTemplateGroupIdentifiers) Sets the value of the CloudWatchAlarmTemplateGroupIdentifiers property for this object.- Parameters:
 cloudWatchAlarmTemplateGroupIdentifiers- The new value for the CloudWatchAlarmTemplateGroupIdentifiers property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
cloudWatchAlarmTemplateGroupIdentifiers
CreateSignalMapRequest.Builder cloudWatchAlarmTemplateGroupIdentifiers(String... cloudWatchAlarmTemplateGroupIdentifiers) Sets the value of the CloudWatchAlarmTemplateGroupIdentifiers property for this object.- Parameters:
 cloudWatchAlarmTemplateGroupIdentifiers- The new value for the CloudWatchAlarmTemplateGroupIdentifiers property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
description
A resource's optional description.- Parameters:
 description- A resource's optional description.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
discoveryEntryPointArn
A top-level supported AWS resource ARN to discovery a signal map from.- Parameters:
 discoveryEntryPointArn- A top-level supported AWS resource ARN to discovery a signal map from.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
eventBridgeRuleTemplateGroupIdentifiers
CreateSignalMapRequest.Builder eventBridgeRuleTemplateGroupIdentifiers(Collection<String> eventBridgeRuleTemplateGroupIdentifiers) Sets the value of the EventBridgeRuleTemplateGroupIdentifiers property for this object.- Parameters:
 eventBridgeRuleTemplateGroupIdentifiers- The new value for the EventBridgeRuleTemplateGroupIdentifiers property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
eventBridgeRuleTemplateGroupIdentifiers
CreateSignalMapRequest.Builder eventBridgeRuleTemplateGroupIdentifiers(String... eventBridgeRuleTemplateGroupIdentifiers) Sets the value of the EventBridgeRuleTemplateGroupIdentifiers property for this object.- Parameters:
 eventBridgeRuleTemplateGroupIdentifiers- The new value for the EventBridgeRuleTemplateGroupIdentifiers property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
name
A resource's name. Names must be unique within the scope of a resource type in a specific region.- Parameters:
 name- A resource's name. Names must be unique within the scope of a resource type in a specific region.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
Sets the value of the Tags property for this object.- Parameters:
 tags- The new value for the Tags property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
requestId
An ID that you assign to a create request. This ID ensures idempotency when creating resources.- Parameters:
 requestId- An ID that you assign to a create request. This ID ensures idempotency when creating resources.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
CreateSignalMapRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
CreateSignalMapRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -