Class StartTransformerJobRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.b2bi.model.B2BiRequest
-
- software.amazon.awssdk.services.b2bi.model.StartTransformerJobRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<StartTransformerJobRequest.Builder,StartTransformerJobRequest>
@Generated("software.amazon.awssdk:codegen") public final class StartTransformerJobRequest extends B2BiRequest implements ToCopyableBuilder<StartTransformerJobRequest.Builder,StartTransformerJobRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStartTransformerJobRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StartTransformerJobRequest.Builderbuilder()StringclientToken()Reserved for future use.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()S3LocationinputFile()Specifies the location of the input file for the transformation.S3LocationoutputLocation()Specifies the location of the output file for the transformation.List<SdkField<?>>sdkFields()static Class<? extends StartTransformerJobRequest.Builder>serializableBuilderClass()StartTransformerJobRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtransformerId()Specifies the system-assigned unique identifier for the transformer.-
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
-
inputFile
public final S3Location inputFile()
Specifies the location of the input file for the transformation. The location consists of an Amazon S3 bucket and prefix.
- Returns:
- Specifies the location of the input file for the transformation. The location consists of an Amazon S3 bucket and prefix.
-
outputLocation
public final S3Location outputLocation()
Specifies the location of the output file for the transformation. The location consists of an Amazon S3 bucket and prefix.
- Returns:
- Specifies the location of the output file for the transformation. The location consists of an Amazon S3 bucket and prefix.
-
transformerId
public final String transformerId()
Specifies the system-assigned unique identifier for the transformer.
- Returns:
- Specifies the system-assigned unique identifier for the transformer.
-
clientToken
public final String clientToken()
Reserved for future use.
- Returns:
- Reserved for future use.
-
toBuilder
public StartTransformerJobRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StartTransformerJobRequest.Builder,StartTransformerJobRequest>- Specified by:
toBuilderin classB2BiRequest
-
builder
public static StartTransformerJobRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends StartTransformerJobRequest.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
-
-