@Generated(value="software.amazon.awssdk:codegen") public final class EndpointInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EndpointInput.Builder,EndpointInput>
Input object for the endpoint
| Modifier and Type | Class and Description |
|---|---|
static interface |
EndpointInput.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EndpointInput.Builder |
builder() |
String |
endpointName()
An endpoint in customer's account which has enabled
DataCaptureConfig enabled. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
localPath()
Path to the filesystem where the endpoint data is available to the container.
|
ProcessingS3DataDistributionType |
s3DataDistributionType()
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
|
String |
s3DataDistributionTypeAsString()
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
|
ProcessingS3InputMode |
s3InputMode()
Whether the
Pipe or File is used as the input mode for transfering data for the
monitoring job. |
String |
s3InputModeAsString()
Whether the
Pipe or File is used as the input mode for transfering data for the
monitoring job. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EndpointInput.Builder> |
serializableBuilderClass() |
EndpointInput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String endpointName()
An endpoint in customer's account which has enabled DataCaptureConfig enabled.
DataCaptureConfig enabled.public String localPath()
Path to the filesystem where the endpoint data is available to the container.
public 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.
If the service returns an enum value that is not available in the current SDK version, s3InputMode will
return ProcessingS3InputMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from s3InputModeAsString().
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.ProcessingS3InputModepublic String s3InputModeAsString()
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.
If the service returns an enum value that is not available in the current SDK version, s3InputMode will
return ProcessingS3InputMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from s3InputModeAsString().
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.ProcessingS3InputModepublic ProcessingS3DataDistributionType s3DataDistributionType()
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defauts to
FullyReplicated
If the service returns an enum value that is not available in the current SDK version,
s3DataDistributionType will return ProcessingS3DataDistributionType.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from s3DataDistributionTypeAsString().
FullyReplicatedProcessingS3DataDistributionTypepublic String s3DataDistributionTypeAsString()
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defauts to
FullyReplicated
If the service returns an enum value that is not available in the current SDK version,
s3DataDistributionType will return ProcessingS3DataDistributionType.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from s3DataDistributionTypeAsString().
FullyReplicatedProcessingS3DataDistributionTypepublic EndpointInput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EndpointInput.Builder,EndpointInput>public static EndpointInput.Builder builder()
public static Class<? extends EndpointInput.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.