Class GetSparqlStreamRequest
- All Implemented Interfaces:
- SdkPojo,- ToCopyableBuilder<GetSparqlStreamRequest.Builder,- GetSparqlStreamRequest> 
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()final LongThe commit number of the starting record to read from the change-log stream.final Encodingencoding()If set to TRUE, Neptune compresses the response using gzip encoding.final StringIf set to TRUE, Neptune compresses the response using gzip encoding.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) Used to retrieve the value of a field from any class that extendsSdkRequest.final inthashCode()final IteratorTypeCan be one of:final StringCan be one of:final Longlimit()Specifies the maximum number of records to return.final LongopNum()The operation sequence number within the specified commit to start reading from in the change-log stream data.static Class<? extends GetSparqlStreamRequest.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequestoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
limitSpecifies the maximum number of records to return. There is also a size limit of 10 MB on the response that can't be modified and that takes precedence over the number of records specified in the limitparameter. The response does include a threshold-breaching record if the 10 MB limit was reached.The range for limitis 1 to 100,000, with a default of 10.- Returns:
- Specifies the maximum number of records to return. There is also a size limit of 10 MB on the response
         that can't be modified and that takes precedence over the number of records specified in the
         limitparameter. The response does include a threshold-breaching record if the 10 MB limit was reached.The range for limitis 1 to 100,000, with a default of 10.
 
- 
iteratorTypeCan be one of: - 
 AT_SEQUENCE_NUMBER– Indicates that reading should start from the event sequence number specified jointly by thecommitNumandopNumparameters.
- 
 AFTER_SEQUENCE_NUMBER– Indicates that reading should start right after the event sequence number specified jointly by thecommitNumandopNumparameters.
- 
 TRIM_HORIZON– Indicates that reading should start at the last untrimmed record in the system, which is the oldest unexpired (not yet deleted) record in the change-log stream.
- 
 LATEST– Indicates that reading should start at the most recent record in the system, which is the latest unexpired (not yet deleted) record in the change-log stream.
 If the service returns an enum value that is not available in the current SDK version, iteratorTypewill returnIteratorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromiteratorTypeAsString().- Returns:
- Can be one of:
         - 
         AT_SEQUENCE_NUMBER– Indicates that reading should start from the event sequence number specified jointly by thecommitNumandopNumparameters.
- 
         AFTER_SEQUENCE_NUMBER– Indicates that reading should start right after the event sequence number specified jointly by thecommitNumandopNumparameters.
- 
         TRIM_HORIZON– Indicates that reading should start at the last untrimmed record in the system, which is the oldest unexpired (not yet deleted) record in the change-log stream.
- 
         LATEST– Indicates that reading should start at the most recent record in the system, which is the latest unexpired (not yet deleted) record in the change-log stream.
 
- 
         
- See Also:
 
- 
 
- 
iteratorTypeAsStringCan be one of: - 
 AT_SEQUENCE_NUMBER– Indicates that reading should start from the event sequence number specified jointly by thecommitNumandopNumparameters.
- 
 AFTER_SEQUENCE_NUMBER– Indicates that reading should start right after the event sequence number specified jointly by thecommitNumandopNumparameters.
- 
 TRIM_HORIZON– Indicates that reading should start at the last untrimmed record in the system, which is the oldest unexpired (not yet deleted) record in the change-log stream.
- 
 LATEST– Indicates that reading should start at the most recent record in the system, which is the latest unexpired (not yet deleted) record in the change-log stream.
 If the service returns an enum value that is not available in the current SDK version, iteratorTypewill returnIteratorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromiteratorTypeAsString().- Returns:
- Can be one of:
         - 
         AT_SEQUENCE_NUMBER– Indicates that reading should start from the event sequence number specified jointly by thecommitNumandopNumparameters.
- 
         AFTER_SEQUENCE_NUMBER– Indicates that reading should start right after the event sequence number specified jointly by thecommitNumandopNumparameters.
- 
         TRIM_HORIZON– Indicates that reading should start at the last untrimmed record in the system, which is the oldest unexpired (not yet deleted) record in the change-log stream.
- 
         LATEST– Indicates that reading should start at the most recent record in the system, which is the latest unexpired (not yet deleted) record in the change-log stream.
 
- 
         
- See Also:
 
- 
 
- 
commitNumThe commit number of the starting record to read from the change-log stream. This parameter is required when iteratorTypeisAT_SEQUENCE_NUMBERorAFTER_SEQUENCE_NUMBER, and ignored wheniteratorTypeisTRIM_HORIZONorLATEST.- Returns:
- The commit number of the starting record to read from the change-log stream. This parameter is required
         when iteratorTypeisAT_SEQUENCE_NUMBERorAFTER_SEQUENCE_NUMBER, and ignored wheniteratorTypeisTRIM_HORIZONorLATEST.
 
- 
opNumThe operation sequence number within the specified commit to start reading from in the change-log stream data. The default is 1.- Returns:
- The operation sequence number within the specified commit to start reading from in the change-log stream
         data. The default is 1.
 
- 
encodingIf set to TRUE, Neptune compresses the response using gzip encoding. If the service returns an enum value that is not available in the current SDK version, encodingwill returnEncoding.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromencodingAsString().- Returns:
- If set to TRUE, Neptune compresses the response using gzip encoding.
- See Also:
 
- 
encodingAsStringIf set to TRUE, Neptune compresses the response using gzip encoding. If the service returns an enum value that is not available in the current SDK version, encodingwill returnEncoding.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromencodingAsString().- Returns:
- If set to TRUE, Neptune compresses the response using gzip encoding.
- See Also:
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<GetSparqlStreamRequest.Builder,- GetSparqlStreamRequest> 
- Specified by:
- toBuilderin class- NeptunedataRequest
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCodepublic final int hashCode()- Overrides:
- hashCodein class- AwsRequest
 
- 
equals- Overrides:
- equalsin class- AwsRequest
 
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForFieldDescription copied from class:SdkRequestUsed to retrieve the value of a field from any class that extendsSdkRequest. The field name specified should match the member name from the corresponding service-2.json model specified in the codegen-resources folder for a given service. The class specifies what class to cast the returned value to. If the returned value is also a modeled class, theSdkRequest.getValueForField(String, Class)method will again be available.- Overrides:
- getValueForFieldin class- SdkRequest
- Parameters:
- fieldName- The name of the member to be retrieved.
- clazz- The class to cast the returned object to.
- Returns:
- Optional containing the casted return value
 
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-