Interface StartTransformerJobRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,B2BiRequest.Builder,Buildable,CopyableBuilder<StartTransformerJobRequest.Builder,StartTransformerJobRequest>,SdkBuilder<StartTransformerJobRequest.Builder,StartTransformerJobRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartTransformerJobRequest
public static interface StartTransformerJobRequest.Builder extends B2BiRequest.Builder, SdkPojo, CopyableBuilder<StartTransformerJobRequest.Builder,StartTransformerJobRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.b2bi.model.B2BiRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
inputFile
StartTransformerJobRequest.Builder inputFile(S3Location inputFile)
Specifies the location of the input file for the transformation. The location consists of an Amazon S3 bucket and prefix.
- Parameters:
inputFile- Specifies the location of the input file for the transformation. The location consists of an Amazon S3 bucket and prefix.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputFile
default StartTransformerJobRequest.Builder inputFile(Consumer<S3Location.Builder> inputFile)
Specifies the location of the input file for the transformation. The location consists of an Amazon S3 bucket and prefix.
This is a convenience method that creates an instance of theS3Location.Builderavoiding the need to create one manually viaS3Location.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinputFile(S3Location).- Parameters:
inputFile- a consumer that will call methods onS3Location.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
inputFile(S3Location)
-
outputLocation
StartTransformerJobRequest.Builder outputLocation(S3Location outputLocation)
Specifies the location of the output file for the transformation. The location consists of an Amazon S3 bucket and prefix.
- Parameters:
outputLocation- Specifies the location of the output file for the transformation. The location consists of an Amazon S3 bucket and prefix.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputLocation
default StartTransformerJobRequest.Builder outputLocation(Consumer<S3Location.Builder> outputLocation)
Specifies the location of the output file for the transformation. The location consists of an Amazon S3 bucket and prefix.
This is a convenience method that creates an instance of theS3Location.Builderavoiding the need to create one manually viaS3Location.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooutputLocation(S3Location).- Parameters:
outputLocation- a consumer that will call methods onS3Location.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
outputLocation(S3Location)
-
transformerId
StartTransformerJobRequest.Builder transformerId(String transformerId)
Specifies the system-assigned unique identifier for the transformer.
- Parameters:
transformerId- Specifies the system-assigned unique identifier for the transformer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
StartTransformerJobRequest.Builder clientToken(String clientToken)
Reserved for future use.
- Parameters:
clientToken- Reserved for future use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartTransformerJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartTransformerJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-