Interface InputDataConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InputDataConfig.Builder,
,InputDataConfig> SdkBuilder<InputDataConfig.Builder,
,InputDataConfig> SdkPojo
- Enclosing class:
InputDataConfig
@Mutable
@NotThreadSafe
public static interface InputDataConfig.Builder
extends SdkPojo, CopyableBuilder<InputDataConfig.Builder,InputDataConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe S3 location for the input manifest file that contains the list of individual enrollment or registration job requests.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
-
s3Uri
The S3 location for the input manifest file that contains the list of individual enrollment or registration job requests.
- Parameters:
s3Uri
- The S3 location for the input manifest file that contains the list of individual enrollment or registration job requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-