public static interface CreateApplicationRequest.Builder extends ApplicationInsightsRequest.Builder, SdkPojo, CopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationRequest.Builder |
cweMonitorEnabled(Boolean cweMonitorEnabled)
Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as
instance terminated, failed deployment, and others. |
CreateApplicationRequest.Builder |
opsCenterEnabled(Boolean opsCenterEnabled)
When set to
true, creates opsItems for any problems detected on an application. |
CreateApplicationRequest.Builder |
opsItemSNSTopicArn(String opsItemSNSTopicArn)
The SNS topic provided to Application Insights that is associated to the created opsItem.
|
CreateApplicationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateApplicationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateApplicationRequest.Builder |
resourceGroupName(String resourceGroupName)
The name of the resource group.
|
CreateApplicationRequest.Builder |
tags(Collection<Tag> tags)
List of tags to add to the application.
|
CreateApplicationRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
List of tags to add to the application.
|
CreateApplicationRequest.Builder |
tags(Tag... tags)
List of tags to add to the application.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateApplicationRequest.Builder resourceGroupName(String resourceGroupName)
The name of the resource group.
resourceGroupName - The name of the resource group.CreateApplicationRequest.Builder opsCenterEnabled(Boolean opsCenterEnabled)
When set to true, creates opsItems for any problems detected on an application.
opsCenterEnabled - When set to true, creates opsItems for any problems detected on an application.CreateApplicationRequest.Builder cweMonitorEnabled(Boolean cweMonitorEnabled)
Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as
instance terminated, failed deployment, and others.
cweMonitorEnabled - Indicates whether Application Insights can listen to CloudWatch events for the application resources,
such as instance terminated, failed deployment, and others.CreateApplicationRequest.Builder opsItemSNSTopicArn(String opsItemSNSTopicArn)
The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.
opsItemSNSTopicArn - The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you
to receive notifications for updates to the opsItem.CreateApplicationRequest.Builder tags(Collection<Tag> tags)
List of tags to add to the application. tag key (Key) and an associated tag value (
Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is
256 characters.
tags - List of tags to add to the application. tag key (Key) and an associated tag value (
Value). The maximum length of a tag key is 128 characters. The maximum length of a tag
value is 256 characters.CreateApplicationRequest.Builder tags(Tag... tags)
List of tags to add to the application. tag key (Key) and an associated tag value (
Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is
256 characters.
tags - List of tags to add to the application. tag key (Key) and an associated tag value (
Value). The maximum length of a tag key is 128 characters. The maximum length of a tag
value is 256 characters.CreateApplicationRequest.Builder tags(Consumer<Tag.Builder>... tags)
List of tags to add to the application. tag key (Key) and an associated tag value (
Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is
256 characters.
List.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.