Interface ContainerProductLastModifiedDateFilterDateRange.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ContainerProductLastModifiedDateFilterDateRange.Builder,ContainerProductLastModifiedDateFilterDateRange>,SdkBuilder<ContainerProductLastModifiedDateFilterDateRange.Builder,ContainerProductLastModifiedDateFilterDateRange>,SdkPojo
- Enclosing class:
- ContainerProductLastModifiedDateFilterDateRange
public static interface ContainerProductLastModifiedDateFilterDateRange.Builder extends SdkPojo, CopyableBuilder<ContainerProductLastModifiedDateFilterDateRange.Builder,ContainerProductLastModifiedDateFilterDateRange>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainerProductLastModifiedDateFilterDateRange.BuilderafterValue(String afterValue)Date after which the container product was last modified.ContainerProductLastModifiedDateFilterDateRange.BuilderbeforeValue(String beforeValue)Date before which the container product was last 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, sdkFields
-
-
-
-
Method Detail
-
afterValue
ContainerProductLastModifiedDateFilterDateRange.Builder afterValue(String afterValue)
Date after which the container product was last modified.
- Parameters:
afterValue- Date after which the container product was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
beforeValue
ContainerProductLastModifiedDateFilterDateRange.Builder beforeValue(String beforeValue)
Date before which the container product was last modified.
- Parameters:
beforeValue- Date before which the container product was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-