Interface NegativeFormat.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NegativeFormat.Builder,NegativeFormat>,SdkBuilder<NegativeFormat.Builder,NegativeFormat>,SdkPojo
- Enclosing class:
- NegativeFormat
@Mutable @NotThreadSafe public static interface NegativeFormat.Builder extends SdkPojo, CopyableBuilder<NegativeFormat.Builder,NegativeFormat>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NegativeFormat.Builderprefix(String prefix)The prefix for a negative format.NegativeFormat.Buildersuffix(String suffix)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
prefix
NegativeFormat.Builder prefix(String 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
NegativeFormat.Builder suffix(String 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.
-
-