Class StartDataQualityRuleRecommendationRunRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.glue.model.GlueRequest
-
- software.amazon.awssdk.services.glue.model.StartDataQualityRuleRecommendationRunRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<StartDataQualityRuleRecommendationRunRequest.Builder,StartDataQualityRuleRecommendationRunRequest>
@Generated("software.amazon.awssdk:codegen") public final class StartDataQualityRuleRecommendationRunRequest extends GlueRequest implements ToCopyableBuilder<StartDataQualityRuleRecommendationRunRequest.Builder,StartDataQualityRuleRecommendationRunRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStartDataQualityRuleRecommendationRunRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StartDataQualityRuleRecommendationRunRequest.Builderbuilder()StringclientToken()Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.StringcreatedRulesetName()A name for the ruleset.StringdataQualitySecurityConfiguration()The name of the security configuration created with the data quality encryption option.DataSourcedataSource()The data source (Glue table) associated with this run.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegernumberOfWorkers()The number ofG.1Xworkers to be used in the run.Stringrole()An IAM role supplied to encrypt the results of the run.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends StartDataQualityRuleRecommendationRunRequest.Builder>serializableBuilderClass()Integertimeout()The timeout for a run in minutes.StartDataQualityRuleRecommendationRunRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
dataSource
public final DataSource dataSource()
The data source (Glue table) associated with this run.
- Returns:
- The data source (Glue table) associated with this run.
-
role
public final String role()
An IAM role supplied to encrypt the results of the run.
- Returns:
- An IAM role supplied to encrypt the results of the run.
-
numberOfWorkers
public final Integer numberOfWorkers()
The number of
G.1Xworkers to be used in the run. The default is 5.- Returns:
- The number of
G.1Xworkers to be used in the run. The default is 5.
-
timeout
public final Integer timeout()
The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters
TIMEOUTstatus. The default is 2,880 minutes (48 hours).- Returns:
- The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is
terminated and enters
TIMEOUTstatus. The default is 2,880 minutes (48 hours).
-
createdRulesetName
public final String createdRulesetName()
A name for the ruleset.
- Returns:
- A name for the ruleset.
-
dataQualitySecurityConfiguration
public final String dataQualitySecurityConfiguration()
The name of the security configuration created with the data quality encryption option.
- Returns:
- The name of the security configuration created with the data quality encryption option.
-
clientToken
public final String clientToken()
Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.
- Returns:
- Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.
-
toBuilder
public StartDataQualityRuleRecommendationRunRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StartDataQualityRuleRecommendationRunRequest.Builder,StartDataQualityRuleRecommendationRunRequest>- Specified by:
toBuilderin classGlueRequest
-
builder
public static StartDataQualityRuleRecommendationRunRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends StartDataQualityRuleRecommendationRunRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-