public static interface EndpointInput.Builder extends SdkPojo, CopyableBuilder<EndpointInput.Builder,EndpointInput>
| Modifier and Type | Method and Description |
|---|---|
EndpointInput.Builder |
endpointName(String endpointName)
An endpoint in customer's account which has enabled
DataCaptureConfig enabled. |
EndpointInput.Builder |
localPath(String localPath)
Path to the filesystem where the endpoint data is available to the container.
|
EndpointInput.Builder |
s3DataDistributionType(ProcessingS3DataDistributionType s3DataDistributionType)
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
|
EndpointInput.Builder |
s3DataDistributionType(String s3DataDistributionType)
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
|
EndpointInput.Builder |
s3InputMode(ProcessingS3InputMode s3InputMode)
Whether the
Pipe or File is used as the input mode for transfering data for the
monitoring job. |
EndpointInput.Builder |
s3InputMode(String s3InputMode)
Whether the
Pipe or File is used as the input mode for transfering data for the
monitoring job. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEndpointInput.Builder endpointName(String endpointName)
An endpoint in customer's account which has enabled DataCaptureConfig enabled.
endpointName - An endpoint in customer's account which has enabled DataCaptureConfig enabled.EndpointInput.Builder localPath(String localPath)
Path to the filesystem where the endpoint data is available to the container.
localPath - Path to the filesystem where the endpoint data is available to the container.EndpointInput.Builder s3InputMode(String s3InputMode)
Whether the Pipe or File is used as the input mode for transfering data for the
monitoring job. Pipe mode is recommended for large datasets. File mode is useful
for small files that fit in memory. Defaults to File.
s3InputMode - Whether the Pipe or File is used as the input mode for transfering data for
the monitoring job. Pipe mode is recommended for large datasets. File mode
is useful for small files that fit in memory. Defaults to File.ProcessingS3InputMode,
ProcessingS3InputModeEndpointInput.Builder s3InputMode(ProcessingS3InputMode s3InputMode)
Whether the Pipe or File is used as the input mode for transfering data for the
monitoring job. Pipe mode is recommended for large datasets. File mode is useful
for small files that fit in memory. Defaults to File.
s3InputMode - Whether the Pipe or File is used as the input mode for transfering data for
the monitoring job. Pipe mode is recommended for large datasets. File mode
is useful for small files that fit in memory. Defaults to File.ProcessingS3InputMode,
ProcessingS3InputModeEndpointInput.Builder s3DataDistributionType(String s3DataDistributionType)
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defauts to
FullyReplicated
s3DataDistributionType - Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defauts to
FullyReplicatedProcessingS3DataDistributionType,
ProcessingS3DataDistributionTypeEndpointInput.Builder s3DataDistributionType(ProcessingS3DataDistributionType s3DataDistributionType)
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defauts to
FullyReplicated
s3DataDistributionType - Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defauts to
FullyReplicatedProcessingS3DataDistributionType,
ProcessingS3DataDistributionTypeCopyright © 2020. All rights reserved.