public static interface CreateMonitorRequest.Builder extends ForecastRequest.Builder, SdkPojo, CopyableBuilder<CreateMonitorRequest.Builder,CreateMonitorRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateMonitorRequest.Builder |
monitorName(String monitorName)
The name of the monitor resource.
|
CreateMonitorRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateMonitorRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateMonitorRequest.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the predictor to monitor.
|
CreateMonitorRequest.Builder |
tags(Collection<Tag> tags)
A list of tags
to apply to the monitor resource.
|
CreateMonitorRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags
to apply to the monitor resource.
|
CreateMonitorRequest.Builder |
tags(Tag... tags)
A list of tags
to apply to the monitor resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateMonitorRequest.Builder monitorName(String monitorName)
The name of the monitor resource.
monitorName - The name of the monitor resource.CreateMonitorRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the predictor to monitor.
resourceArn - The Amazon Resource Name (ARN) of the predictor to monitor.CreateMonitorRequest.Builder tags(Collection<Tag> tags)
A list of tags to apply to the monitor resource.
tags - A list of tags to
apply to the monitor resource.CreateMonitorRequest.Builder tags(Tag... tags)
A list of tags to apply to the monitor resource.
tags - A list of tags to
apply to the monitor resource.CreateMonitorRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags to apply to the monitor resource.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateMonitorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateMonitorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.