@Generated(value="software.amazon.awssdk:codegen") public final class UpdateComponentConfigurationRequest extends ApplicationInsightsRequest implements ToCopyableBuilder<UpdateComponentConfigurationRequest.Builder,UpdateComponentConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateComponentConfigurationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateComponentConfigurationRequest.Builder |
builder() |
String |
componentConfiguration()
The configuration settings of the component.
|
String |
componentName()
The name of the component.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
monitor()
Indicates whether the application component is monitored.
|
String |
resourceGroupName()
The name of the resource group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateComponentConfigurationRequest.Builder> |
serializableBuilderClass() |
Tier |
tier()
The tier of the application component.
|
String |
tierAsString()
The tier of the application component.
|
UpdateComponentConfigurationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String resourceGroupName()
The name of the resource group.
public String componentName()
The name of the component.
public Boolean monitor()
Indicates whether the application component is monitored.
public Tier tier()
The tier of the application component. Supported tiers include DOT_NET_WORKER,
DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.
If the service returns an enum value that is not available in the current SDK version, tier will return
Tier.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
tierAsString().
DOT_NET_WORKER,
DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.Tierpublic String tierAsString()
The tier of the application component. Supported tiers include DOT_NET_WORKER,
DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.
If the service returns an enum value that is not available in the current SDK version, tier will return
Tier.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
tierAsString().
DOT_NET_WORKER,
DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.Tierpublic String componentConfiguration()
The configuration settings of the component. The value is the escaped JSON of the configuration. For more
information about the JSON format, see Working with
JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the
recommended configuration for a component. For the complete format of the component configuration file, see Component
Configuration.
DescribeComponentConfigurationRecommendation to see
the recommended configuration for a component. For the complete format of the component configuration
file, see Component
Configuration.public UpdateComponentConfigurationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateComponentConfigurationRequest.Builder,UpdateComponentConfigurationRequest>toBuilder in class ApplicationInsightsRequestpublic static UpdateComponentConfigurationRequest.Builder builder()
public static Class<? extends UpdateComponentConfigurationRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.