Interface AnchorDateConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnchorDateConfiguration.Builder,AnchorDateConfiguration>,SdkBuilder<AnchorDateConfiguration.Builder,AnchorDateConfiguration>,SdkPojo
- Enclosing class:
- AnchorDateConfiguration
public static interface AnchorDateConfiguration.Builder extends SdkPojo, CopyableBuilder<AnchorDateConfiguration.Builder,AnchorDateConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnchorDateConfiguration.BuilderanchorOption(String anchorOption)The options for the date configuration.AnchorDateConfiguration.BuilderanchorOption(AnchorOption anchorOption)The options for the date configuration.AnchorDateConfiguration.BuilderparameterName(String parameterName)The name of the parameter that is used for the anchor 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, sdkFields
-
-
-
-
Method Detail
-
anchorOption
AnchorDateConfiguration.Builder anchorOption(String anchorOption)
The options for the date configuration. Choose one of the options below:
-
NOW
- Parameters:
anchorOption- The options for the date configuration. Choose one of the options below:-
NOW
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AnchorOption,AnchorOption
-
-
anchorOption
AnchorDateConfiguration.Builder anchorOption(AnchorOption anchorOption)
The options for the date configuration. Choose one of the options below:
-
NOW
- Parameters:
anchorOption- The options for the date configuration. Choose one of the options below:-
NOW
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AnchorOption,AnchorOption
-
-
parameterName
AnchorDateConfiguration.Builder parameterName(String parameterName)
The name of the parameter that is used for the anchor date configuration.
- Parameters:
parameterName- The name of the parameter that is used for the anchor date configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-