Interface NegativeFormat.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NegativeFormat.Builder,
,NegativeFormat> SdkBuilder<NegativeFormat.Builder,
,NegativeFormat> SdkPojo
- Enclosing class:
NegativeFormat
public static interface NegativeFormat.Builder
extends SdkPojo, CopyableBuilder<NegativeFormat.Builder,NegativeFormat>
-
Method Summary
Modifier and TypeMethodDescriptionThe prefix for a negative format.The suffix for a negative format.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
-
prefix
The prefix for a negative format.
- Parameters:
prefix
- The prefix for a negative format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
suffix
The suffix for a negative format.
- Parameters:
suffix
- The suffix for a negative format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-