Class GetDomainOffPeakWindowOptionsOffPeakWindowWindowStartTime
- java.lang.Object
-
- com.pulumi.aws.opensearch.outputs.GetDomainOffPeakWindowOptionsOffPeakWindowWindowStartTime
-
public final class GetDomainOffPeakWindowOptionsOffPeakWindowWindowStartTime extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetDomainOffPeakWindowOptionsOffPeakWindowWindowStartTime.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetDomainOffPeakWindowOptionsOffPeakWindowWindowStartTime.Builder
builder()
static GetDomainOffPeakWindowOptionsOffPeakWindowWindowStartTime.Builder
builder(GetDomainOffPeakWindowOptionsOffPeakWindowWindowStartTime defaults)
java.lang.Integer
hours()
java.lang.Integer
minutes()
-
-
-
Method Detail
-
hours
public java.lang.Integer hours()
- Returns:
- Starting hour of the 10-hour window for updates
-
minutes
public java.lang.Integer minutes()
- Returns:
- Starting minute of the 10-hour window for updates
-
builder
public static GetDomainOffPeakWindowOptionsOffPeakWindowWindowStartTime.Builder builder()
-
builder
public static GetDomainOffPeakWindowOptionsOffPeakWindowWindowStartTime.Builder builder(GetDomainOffPeakWindowOptionsOffPeakWindowWindowStartTime defaults)
-
-