Interface StartTransformerJobRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,B2BiRequest.Builder
,Buildable
,CopyableBuilder<StartTransformerJobRequest.Builder,
,StartTransformerJobRequest> SdkBuilder<StartTransformerJobRequest.Builder,
,StartTransformerJobRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
StartTransformerJobRequest
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) Reserved for future use.inputFile
(Consumer<S3Location.Builder> inputFile) Specifies the location of the input file for the transformation.inputFile
(S3Location inputFile) Specifies the location of the input file for the transformation.outputLocation
(Consumer<S3Location.Builder> outputLocation) Specifies the location of the output file for the transformation.outputLocation
(S3Location outputLocation) Specifies the location of the output file for the transformation.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.transformerId
(String transformerId) Specifies the system-assigned unique identifier for the transformer.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.Builder
avoiding the need to create one manually viaS3Location.builder()
.When the
Consumer
completes,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:
-
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.Builder
avoiding the need to create one manually viaS3Location.builder()
.When the
Consumer
completes,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:
-
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
StartTransformerJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-