Interface BusinessReportRecurrence.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BusinessReportRecurrence.Builder,,BusinessReportRecurrence> SdkBuilder<BusinessReportRecurrence.Builder,,BusinessReportRecurrence> SdkPojo
- Enclosing class:
BusinessReportRecurrence
public static interface BusinessReportRecurrence.Builder
extends SdkPojo, CopyableBuilder<BusinessReportRecurrence.Builder,BusinessReportRecurrence>
-
Method Summary
Modifier and TypeMethodDescriptionThe start date.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
startDate
The start date.
- Parameters:
startDate- The start date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-