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