Interface ListCloudWatchAlarmTemplatesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListCloudWatchAlarmTemplatesRequest.Builder,
,ListCloudWatchAlarmTemplatesRequest> MediaLiveRequest.Builder
,SdkBuilder<ListCloudWatchAlarmTemplatesRequest.Builder,
,ListCloudWatchAlarmTemplatesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListCloudWatchAlarmTemplatesRequest
public static interface ListCloudWatchAlarmTemplatesRequest.Builder
extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<ListCloudWatchAlarmTemplatesRequest.Builder,ListCloudWatchAlarmTemplatesRequest>
-
Method Summary
Modifier and TypeMethodDescriptiongroupIdentifier
(String groupIdentifier) A cloudwatch alarm template group's identifier.maxResults
(Integer maxResults) Sets the value of the MaxResults property for this object.A token used to retrieve the next set of results in paginated list responses.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Represents the scope of a resource, with options for all scopes, AWS provided resources, or local resources.signalMapIdentifier
(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, sdkFields
-
Method Details
-
groupIdentifier
A cloudwatch alarm template group's identifier. Can be either be its id or current name.- Parameters:
groupIdentifier
- A cloudwatch alarm template group'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.
-
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
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.
-
scope
Represents the scope of a resource, with options for all scopes, AWS provided resources, or local resources.- Parameters:
scope
- Represents the scope of a resource, with options for all scopes, AWS provided resources, or local resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
ListCloudWatchAlarmTemplatesRequest.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
ListCloudWatchAlarmTemplatesRequest.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.
-