Interface Month.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Month.Builder,,- Month> - SdkBuilder<Month.Builder,,- Month> - SdkPojo
- Enclosing class:
- Month
@Mutable
@NotThreadSafe
public static interface Month.Builder
extends SdkPojo, CopyableBuilder<Month.Builder,Month> 
- 
Method SummaryModifier and TypeMethodDescriptionThe name of the month.The name of the month.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- 
nameThe name of the month. - Parameters:
- name- The name of the month.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nameThe name of the month. - Parameters:
- name- The name of the month.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-