Interface LastModifiedDate.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LastModifiedDate.Builder,
,LastModifiedDate> SdkBuilder<LastModifiedDate.Builder,
,LastModifiedDate> SdkPojo
- Enclosing class:
LastModifiedDate
@Mutable
@NotThreadSafe
public static interface LastModifiedDate.Builder
extends SdkPojo, CopyableBuilder<LastModifiedDate.Builder,LastModifiedDate>
-
Method Summary
Modifier and TypeMethodDescriptionafterLastModifiedDate
(Instant afterLastModifiedDate) Specifies the date after which the opportunities were modified.beforeLastModifiedDate
(Instant beforeLastModifiedDate) Specifies the date before which the opportunities were modified.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
afterLastModifiedDate
Specifies the date after which the opportunities were modified. Use this filter to retrieve only those opportunities that were modified after a given timestamp.
- Parameters:
afterLastModifiedDate
- Specifies the date after which the opportunities were modified. Use this filter to retrieve only those opportunities that were modified after a given timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
beforeLastModifiedDate
Specifies the date before which the opportunities were modified. Use this filter to retrieve only those opportunities that were modified before a given timestamp.
- Parameters:
beforeLastModifiedDate
- Specifies the date before which the opportunities were modified. Use this filter to retrieve only those opportunities that were modified before a given timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-