Class HoursOfOperationReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.connect.HoursOfOperationReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<HoursOfOperationReference>
- Enclosing interface:
HoursOfOperationReference
@Stability(Stable)
public static final class HoursOfOperationReference.Builder
extends Object
implements software.amazon.jsii.Builder<HoursOfOperationReference>
A builder for
HoursOfOperationReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.hoursOfOperationArn(String hoursOfOperationArn) Sets the value ofHoursOfOperationReference.getHoursOfOperationArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
hoursOfOperationArn
@Stability(Stable) public HoursOfOperationReference.Builder hoursOfOperationArn(String hoursOfOperationArn) Sets the value ofHoursOfOperationReference.getHoursOfOperationArn()- Parameters:
hoursOfOperationArn- The HoursOfOperationArn of the HoursOfOperation resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<HoursOfOperationReference>- Returns:
- a new instance of
HoursOfOperationReference - Throws:
NullPointerException- if any required attribute was not provided
-