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 SummaryModifier and TypeMethodDescriptionThe prefix for a negative format.The suffix for a negative format.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
prefixThe 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.
 
- 
suffixThe 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.
 
 
-