@Generated(value="software.amazon.awssdk:codegen") public final class CreateConfiguredTableAnalysisRuleRequest extends CleanRoomsRequest implements ToCopyableBuilder<CreateConfiguredTableAnalysisRuleRequest.Builder,CreateConfiguredTableAnalysisRuleRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateConfiguredTableAnalysisRuleRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
ConfiguredTableAnalysisRulePolicy |
analysisRulePolicy()
The entire created configured table analysis rule object.
|
ConfiguredTableAnalysisRuleType |
analysisRuleType()
The type of analysis rule.
|
String |
analysisRuleTypeAsString()
The type of analysis rule.
|
static CreateConfiguredTableAnalysisRuleRequest.Builder |
builder() |
String |
configuredTableIdentifier()
The identifier for the configured table to create the analysis rule for.
|
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 CreateConfiguredTableAnalysisRuleRequest.Builder> |
serializableBuilderClass() |
CreateConfiguredTableAnalysisRuleRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String configuredTableIdentifier()
The identifier for the configured table to create the analysis rule for. Currently accepts the configured table ID.
public final ConfiguredTableAnalysisRuleType analysisRuleType()
The type of analysis rule. Valid values are AGGREGATION and LIST.
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 type of analysis rule. Valid values are AGGREGATION and LIST.
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 entire created configured table analysis rule object.
public CreateConfiguredTableAnalysisRuleRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateConfiguredTableAnalysisRuleRequest.Builder,CreateConfiguredTableAnalysisRuleRequest>toBuilder in class CleanRoomsRequestpublic static CreateConfiguredTableAnalysisRuleRequest.Builder builder()
public static Class<? extends CreateConfiguredTableAnalysisRuleRequest.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.