Interface ContainerClusterMaintenancePolicyRecurringWindow
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerClusterMaintenancePolicyRecurringWindow.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.223Z") @Stability(Stable) public interface ContainerClusterMaintenancePolicyRecurringWindow extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerClusterMaintenancePolicyRecurringWindow.BuilderA builder forContainerClusterMaintenancePolicyRecurringWindowstatic classContainerClusterMaintenancePolicyRecurringWindow.Jsii$ProxyAn implementation forContainerClusterMaintenancePolicyRecurringWindow
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ContainerClusterMaintenancePolicyRecurringWindow.Builderbuilder()StringgetEndTime()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#end_time ContainerCluster#end_time}.StringgetRecurrence()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#recurrence ContainerCluster#recurrence}.StringgetStartTime()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#start_time ContainerCluster#start_time}.
-
-
-
Method Detail
-
getEndTime
@Stability(Stable) @NotNull String getEndTime()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#end_time ContainerCluster#end_time}.
-
getRecurrence
@Stability(Stable) @NotNull String getRecurrence()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#recurrence ContainerCluster#recurrence}.
-
getStartTime
@Stability(Stable) @NotNull String getStartTime()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#start_time ContainerCluster#start_time}.
-
builder
@Stability(Stable) static ContainerClusterMaintenancePolicyRecurringWindow.Builder builder()
-
-