public static interface CreateApplicationRequest.Builder extends ApplicationInsightsRequest.Builder, SdkPojo, CopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationRequest.Builder |
autoConfigEnabled(Boolean autoConfigEnabled)
Indicates whether Application Insights automatically configures unmonitored resources in the resource group.
|
CreateApplicationRequest.Builder |
autoCreate(Boolean autoCreate)
Configures all of the resources in the resource group by applying the recommended configurations.
|
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 |
groupingType(GroupingType groupingType)
Application Insights can create applications based on a resource group or on an account.
|
CreateApplicationRequest.Builder |
groupingType(String groupingType)
Application Insights can create applications based on a resource group or on an account.
|
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.
Tag.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) CreateApplicationRequest.Builder autoConfigEnabled(Boolean autoConfigEnabled)
Indicates whether Application Insights automatically configures unmonitored resources in the resource group.
autoConfigEnabled - Indicates whether Application Insights automatically configures unmonitored resources in the resource
group.CreateApplicationRequest.Builder autoCreate(Boolean autoCreate)
Configures all of the resources in the resource group by applying the recommended configurations.
autoCreate - Configures all of the resources in the resource group by applying the recommended configurations.CreateApplicationRequest.Builder groupingType(String groupingType)
Application Insights can create applications based on a resource group or on an account. To create an
account-based application using all of the resources in the account, set this parameter to
ACCOUNT_BASED.
groupingType - Application Insights can create applications based on a resource group or on an account. To create an
account-based application using all of the resources in the account, set this parameter to
ACCOUNT_BASED.GroupingType,
GroupingTypeCreateApplicationRequest.Builder groupingType(GroupingType groupingType)
Application Insights can create applications based on a resource group or on an account. To create an
account-based application using all of the resources in the account, set this parameter to
ACCOUNT_BASED.
groupingType - Application Insights can create applications based on a resource group or on an account. To create an
account-based application using all of the resources in the account, set this parameter to
ACCOUNT_BASED.GroupingType,
GroupingTypeCreateApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.