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
-
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
-
groupIdentifier
ListCloudWatchAlarmTemplatesRequest.Builder groupIdentifier(String 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
ListCloudWatchAlarmTemplatesRequest.Builder maxResults(Integer 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
ListCloudWatchAlarmTemplatesRequest.Builder nextToken(String 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
ListCloudWatchAlarmTemplatesRequest.Builder scope(String 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
ListCloudWatchAlarmTemplatesRequest.Builder signalMapIdentifier(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListCloudWatchAlarmTemplatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-