Interface CreateEventBridgeRuleTemplateGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateEventBridgeRuleTemplateGroupRequest.Builder,CreateEventBridgeRuleTemplateGroupRequest>,MediaLiveRequest.Builder,SdkBuilder<CreateEventBridgeRuleTemplateGroupRequest.Builder,CreateEventBridgeRuleTemplateGroupRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateEventBridgeRuleTemplateGroupRequest
public static interface CreateEventBridgeRuleTemplateGroupRequest.Builder extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<CreateEventBridgeRuleTemplateGroupRequest.Builder,CreateEventBridgeRuleTemplateGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateEventBridgeRuleTemplateGroupRequest.Builderdescription(String description)A resource's optional description.CreateEventBridgeRuleTemplateGroupRequest.Buildername(String name)A resource's name.CreateEventBridgeRuleTemplateGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateEventBridgeRuleTemplateGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateEventBridgeRuleTemplateGroupRequest.Buildertags(Map<String,String> tags)Sets the value of the Tags property for this object.-
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
-
description
CreateEventBridgeRuleTemplateGroupRequest.Builder description(String 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.
-
name
CreateEventBridgeRuleTemplateGroupRequest.Builder name(String 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
CreateEventBridgeRuleTemplateGroupRequest.Builder tags(Map<String,String> 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.
-
overrideConfiguration
CreateEventBridgeRuleTemplateGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateEventBridgeRuleTemplateGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-