Interface CreateCloudWatchAlarmTemplateGroupRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateCloudWatchAlarmTemplateGroupRequest.Builder,
,CreateCloudWatchAlarmTemplateGroupRequest> MediaLiveRequest.Builder
,SdkBuilder<CreateCloudWatchAlarmTemplateGroupRequest.Builder,
,CreateCloudWatchAlarmTemplateGroupRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateCloudWatchAlarmTemplateGroupRequest
@Mutable
@NotThreadSafe
public static interface CreateCloudWatchAlarmTemplateGroupRequest.Builder
extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<CreateCloudWatchAlarmTemplateGroupRequest.Builder,CreateCloudWatchAlarmTemplateGroupRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A resource's optional description.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
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
-
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
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
CreateCloudWatchAlarmTemplateGroupRequest.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
CreateCloudWatchAlarmTemplateGroupRequest.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.
-