Interface NeptuneUngraceful.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NeptuneUngraceful.Builder,,NeptuneUngraceful> SdkBuilder<NeptuneUngraceful.Builder,,NeptuneUngraceful> SdkPojo
- Enclosing class:
NeptuneUngraceful
@Mutable
@NotThreadSafe
public static interface NeptuneUngraceful.Builder
extends SdkPojo, CopyableBuilder<NeptuneUngraceful.Builder,NeptuneUngraceful>
-
Method Summary
Modifier and TypeMethodDescriptionungraceful(String ungraceful) The settings for ungraceful execution.ungraceful(NeptuneUngracefulBehavior ungraceful) The settings for ungraceful execution.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, sdkFieldNameToField, sdkFields
-
Method Details
-
ungraceful
The settings for ungraceful execution.
- Parameters:
ungraceful- The settings for ungraceful execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ungraceful
The settings for ungraceful execution.
- Parameters:
ungraceful- The settings for ungraceful execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-