Interface HolidayConfigAttributes.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<HolidayConfigAttributes.Builder,
,HolidayConfigAttributes> SdkBuilder<HolidayConfigAttributes.Builder,
,HolidayConfigAttributes> SdkPojo
- Enclosing class:
HolidayConfigAttributes
@Mutable
@NotThreadSafe
public static interface HolidayConfigAttributes.Builder
extends SdkPojo, CopyableBuilder<HolidayConfigAttributes.Builder,HolidayConfigAttributes>
-
Method Summary
Modifier and TypeMethodDescriptioncountryCode
(String countryCode) The country code for the holiday calendar.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 Details
-
countryCode
The country code for the holiday calendar.
For the list of public holiday calendars supported by AutoML job V2, see Country Codes. Use the country code corresponding to the country of your choice.
- Parameters:
countryCode
- The country code for the holiday calendar.For the list of public holiday calendars supported by AutoML job V2, see Country Codes. Use the country code corresponding to the country of your choice.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-