Class ChangeRequest
- java.lang.Object
-
- software.amazon.awssdk.services.finspace.model.ChangeRequest
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ChangeRequest.Builder,ChangeRequest>
@Generated("software.amazon.awssdk:codegen") public final class ChangeRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChangeRequest.Builder,ChangeRequest>
A list of change request objects.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceChangeRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChangeRequest.Builderbuilder()ChangeTypechangeType()Defines the type of change request.StringchangeTypeAsString()Defines the type of change request.StringdbPath()Defines the path within the database directory.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Strings3Path()Defines the S3 path of the source file that is required to add or update files in a database.List<SdkField<?>>sdkFields()static Class<? extends ChangeRequest.Builder>serializableBuilderClass()ChangeRequest.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
-
changeType
public final ChangeType changeType()
Defines the type of change request. A
changeTypecan have the following values:-
PUT – Adds or updates files in a database.
-
DELETE – Deletes files in a database.
If the service returns an enum value that is not available in the current SDK version,
changeTypewill returnChangeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromchangeTypeAsString().- Returns:
- Defines the type of change request. A
changeTypecan have the following values:-
PUT – Adds or updates files in a database.
-
DELETE – Deletes files in a database.
-
- See Also:
ChangeType
-
-
changeTypeAsString
public final String changeTypeAsString()
Defines the type of change request. A
changeTypecan have the following values:-
PUT – Adds or updates files in a database.
-
DELETE – Deletes files in a database.
If the service returns an enum value that is not available in the current SDK version,
changeTypewill returnChangeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromchangeTypeAsString().- Returns:
- Defines the type of change request. A
changeTypecan have the following values:-
PUT – Adds or updates files in a database.
-
DELETE – Deletes files in a database.
-
- See Also:
ChangeType
-
-
s3Path
public final String s3Path()
Defines the S3 path of the source file that is required to add or update files in a database.
- Returns:
- Defines the S3 path of the source file that is required to add or update files in a database.
-
dbPath
public final String dbPath()
Defines the path within the database directory.
- Returns:
- Defines the path within the database directory.
-
toBuilder
public ChangeRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ChangeRequest.Builder,ChangeRequest>
-
builder
public static ChangeRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ChangeRequest.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.
-
-