Class ExportTaskSummary
- java.lang.Object
-
- software.amazon.awssdk.services.neptunegraph.model.ExportTaskSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExportTaskSummary.Builder,ExportTaskSummary>
@Generated("software.amazon.awssdk:codegen") public final class ExportTaskSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExportTaskSummary.Builder,ExportTaskSummary>
Provides details about an export task.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExportTaskSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExportTaskSummary.Builderbuilder()Stringdestination()The Amazon S3 URI of the export task where data will be exported to.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ExportFormatformat()The format of the export task.StringformatAsString()The format of the export task.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)StringgraphId()The source graph identifier of the export task.inthashCode()StringkmsKeyIdentifier()The KMS key identifier of the export task.ParquetTypeparquetType()The parquet type of the export task.StringparquetTypeAsString()The parquet type of the export task.StringroleArn()The ARN of the IAM role that will allow the data to be exported to the destination.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ExportTaskSummary.Builder>serializableBuilderClass()ExportTaskStatusstatus()The current status of the export task.StringstatusAsString()The current status of the export task.StringstatusReason()The reason that the export task has this status value.StringtaskId()The unique identifier of the export task.ExportTaskSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
graphId
public final String graphId()
The source graph identifier of the export task.
- Returns:
- The source graph identifier of the export task.
-
roleArn
public final String roleArn()
The ARN of the IAM role that will allow the data to be exported to the destination.
- Returns:
- The ARN of the IAM role that will allow the data to be exported to the destination.
-
taskId
public final String taskId()
The unique identifier of the export task.
- Returns:
- The unique identifier of the export task.
-
status
public final ExportTaskStatus status()
The current status of the export task.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnExportTaskStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the export task.
- See Also:
ExportTaskStatus
-
statusAsString
public final String statusAsString()
The current status of the export task.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnExportTaskStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the export task.
- See Also:
ExportTaskStatus
-
format
public final ExportFormat format()
The format of the export task.
If the service returns an enum value that is not available in the current SDK version,
formatwill returnExportFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromformatAsString().- Returns:
- The format of the export task.
- See Also:
ExportFormat
-
formatAsString
public final String formatAsString()
The format of the export task.
If the service returns an enum value that is not available in the current SDK version,
formatwill returnExportFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromformatAsString().- Returns:
- The format of the export task.
- See Also:
ExportFormat
-
destination
public final String destination()
The Amazon S3 URI of the export task where data will be exported to.
- Returns:
- The Amazon S3 URI of the export task where data will be exported to.
-
kmsKeyIdentifier
public final String kmsKeyIdentifier()
The KMS key identifier of the export task.
- Returns:
- The KMS key identifier of the export task.
-
parquetType
public final ParquetType parquetType()
The parquet type of the export task.
If the service returns an enum value that is not available in the current SDK version,
parquetTypewill returnParquetType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromparquetTypeAsString().- Returns:
- The parquet type of the export task.
- See Also:
ParquetType
-
parquetTypeAsString
public final String parquetTypeAsString()
The parquet type of the export task.
If the service returns an enum value that is not available in the current SDK version,
parquetTypewill returnParquetType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromparquetTypeAsString().- Returns:
- The parquet type of the export task.
- See Also:
ParquetType
-
statusReason
public final String statusReason()
The reason that the export task has this status value.
- Returns:
- The reason that the export task has this status value.
-
toBuilder
public ExportTaskSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExportTaskSummary.Builder,ExportTaskSummary>
-
builder
public static ExportTaskSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExportTaskSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-