Class GetDomainOffPeakWindowOptionsOffPeakWindow.Builder
- java.lang.Object
-
- com.pulumi.aws.opensearch.outputs.GetDomainOffPeakWindowOptionsOffPeakWindow.Builder
-
- Enclosing class:
- GetDomainOffPeakWindowOptionsOffPeakWindow
public static final class GetDomainOffPeakWindowOptionsOffPeakWindow.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetDomainOffPeakWindowOptionsOffPeakWindow defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetDomainOffPeakWindowOptionsOffPeakWindow
build()
GetDomainOffPeakWindowOptionsOffPeakWindow.Builder
windowStartTimes(GetDomainOffPeakWindowOptionsOffPeakWindowWindowStartTime... windowStartTimes)
GetDomainOffPeakWindowOptionsOffPeakWindow.Builder
windowStartTimes(java.util.List<GetDomainOffPeakWindowOptionsOffPeakWindowWindowStartTime> windowStartTimes)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetDomainOffPeakWindowOptionsOffPeakWindow defaults)
-
-
Method Detail
-
windowStartTimes
public GetDomainOffPeakWindowOptionsOffPeakWindow.Builder windowStartTimes(java.util.List<GetDomainOffPeakWindowOptionsOffPeakWindowWindowStartTime> windowStartTimes)
-
windowStartTimes
public GetDomainOffPeakWindowOptionsOffPeakWindow.Builder windowStartTimes(GetDomainOffPeakWindowOptionsOffPeakWindowWindowStartTime... windowStartTimes)
-
build
public GetDomainOffPeakWindowOptionsOffPeakWindow build()
-
-