public static interface HoursOfOperationSummary.Builder extends SdkPojo, CopyableBuilder<HoursOfOperationSummary.Builder,HoursOfOperationSummary>
| Modifier and Type | Method and Description |
|---|---|
HoursOfOperationSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the hours of operation.
|
HoursOfOperationSummary.Builder |
id(String id)
The identifier of the hours of operation.
|
HoursOfOperationSummary.Builder |
name(String name)
The name of the hours of operation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHoursOfOperationSummary.Builder id(String id)
The identifier of the hours of operation.
id - The identifier of the hours of operation.HoursOfOperationSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the hours of operation.
arn - The Amazon Resource Name (ARN) of the hours of operation.HoursOfOperationSummary.Builder name(String name)
The name of the hours of operation.
name - The name of the hours of operation.Copyright © 2023. All rights reserved.