Interface RollingDateConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RollingDateConfiguration.Builder,
,RollingDateConfiguration> SdkBuilder<RollingDateConfiguration.Builder,
,RollingDateConfiguration> SdkPojo
- Enclosing class:
RollingDateConfiguration
@Mutable
@NotThreadSafe
public static interface RollingDateConfiguration.Builder
extends SdkPojo, CopyableBuilder<RollingDateConfiguration.Builder,RollingDateConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiondataSetIdentifier
(String dataSetIdentifier) The data set that is used in the rolling date configuration.expression
(String expression) The expression of the rolling date configuration.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
-
dataSetIdentifier
The data set that is used in the rolling date configuration.
- Parameters:
dataSetIdentifier
- The data set that is used in the rolling date configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expression
The expression of the rolling date configuration.
- Parameters:
expression
- The expression of the rolling date configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-