@Generated(value="software.amazon.awssdk:codegen") public final class UpdateConfiguredTableAnalysisRuleRequest extends CleanRoomsRequest implements ToCopyableBuilder<UpdateConfiguredTableAnalysisRuleRequest.Builder,UpdateConfiguredTableAnalysisRuleRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateConfiguredTableAnalysisRuleRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
ConfiguredTableAnalysisRulePolicy |
analysisRulePolicy()
The new analysis rule policy for the configured table analysis rule.
|
ConfiguredTableAnalysisRuleType |
analysisRuleType()
The analysis rule type to be updated.
|
String |
analysisRuleTypeAsString()
The analysis rule type to be updated.
|
static UpdateConfiguredTableAnalysisRuleRequest.Builder |
builder() |
String |
configuredTableIdentifier()
The unique identifier for the configured table that the analysis rule applies to.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateConfiguredTableAnalysisRuleRequest.Builder> |
serializableBuilderClass() |
UpdateConfiguredTableAnalysisRuleRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String configuredTableIdentifier()
The unique identifier for the configured table that the analysis rule applies to. Currently accepts the configured table ID.
public final ConfiguredTableAnalysisRuleType analysisRuleType()
The analysis rule type to be updated. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.
If the service returns an enum value that is not available in the current SDK version, analysisRuleType
will return ConfiguredTableAnalysisRuleType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from analysisRuleTypeAsString().
ConfiguredTableAnalysisRuleTypepublic final String analysisRuleTypeAsString()
The analysis rule type to be updated. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.
If the service returns an enum value that is not available in the current SDK version, analysisRuleType
will return ConfiguredTableAnalysisRuleType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from analysisRuleTypeAsString().
ConfiguredTableAnalysisRuleTypepublic final ConfiguredTableAnalysisRulePolicy analysisRulePolicy()
The new analysis rule policy for the configured table analysis rule.
public UpdateConfiguredTableAnalysisRuleRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateConfiguredTableAnalysisRuleRequest.Builder,UpdateConfiguredTableAnalysisRuleRequest>toBuilder in class CleanRoomsRequestpublic static UpdateConfiguredTableAnalysisRuleRequest.Builder builder()
public static Class<? extends UpdateConfiguredTableAnalysisRuleRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.