Interface StartUpdateSignalMapRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<StartUpdateSignalMapRequest.Builder,
,StartUpdateSignalMapRequest> MediaLiveRequest.Builder
,SdkBuilder<StartUpdateSignalMapRequest.Builder,
,StartUpdateSignalMapRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
StartUpdateSignalMapRequest
@Mutable
@NotThreadSafe
public static interface StartUpdateSignalMapRequest.Builder
extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<StartUpdateSignalMapRequest.Builder,StartUpdateSignalMapRequest>
-
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.forceRediscovery
(Boolean forceRediscovery) If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.identifier
(String identifier) A signal map's identifier.A resource's name.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.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 Details
-
cloudWatchAlarmTemplateGroupIdentifiers
StartUpdateSignalMapRequest.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
StartUpdateSignalMapRequest.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
StartUpdateSignalMapRequest.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
StartUpdateSignalMapRequest.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.
-
forceRediscovery
If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.- Parameters:
forceRediscovery
- If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
A signal map's identifier. Can be either be its id or current name.- Parameters:
identifier
- 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.
-
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.
-
overrideConfiguration
StartUpdateSignalMapRequest.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
StartUpdateSignalMapRequest.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.
-