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
Modifier and TypeMethodDescriptionanchorOption
(String anchorOption) The options for the date configuration.anchorOption
(AnchorOption anchorOption) The options for the date configuration.parameterName
(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 Details
-
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
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:
-
-
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.
-