public static interface HoursOfOperation.Builder extends SdkPojo, CopyableBuilder<HoursOfOperation.Builder,HoursOfOperation>
| Modifier and Type | Method and Description |
|---|---|
HoursOfOperation.Builder |
config(Collection<HoursOfOperationConfig> config)
Configuration information for the hours of operation.
|
HoursOfOperation.Builder |
config(Consumer<HoursOfOperationConfig.Builder>... config)
Configuration information for the hours of operation.
|
HoursOfOperation.Builder |
config(HoursOfOperationConfig... config)
Configuration information for the hours of operation.
|
HoursOfOperation.Builder |
description(String description)
The description for the hours of operation.
|
HoursOfOperation.Builder |
hoursOfOperationArn(String hoursOfOperationArn)
The Amazon Resource Name (ARN) for the hours of operation.
|
HoursOfOperation.Builder |
hoursOfOperationId(String hoursOfOperationId)
The identifier for the hours of operation.
|
HoursOfOperation.Builder |
name(String name)
The name for the hours of operation.
|
HoursOfOperation.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
HoursOfOperation.Builder |
timeZone(String timeZone)
The time zone for the hours of operation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHoursOfOperation.Builder hoursOfOperationId(String hoursOfOperationId)
The identifier for the hours of operation.
hoursOfOperationId - The identifier for the hours of operation.HoursOfOperation.Builder hoursOfOperationArn(String hoursOfOperationArn)
The Amazon Resource Name (ARN) for the hours of operation.
hoursOfOperationArn - The Amazon Resource Name (ARN) for the hours of operation.HoursOfOperation.Builder name(String name)
The name for the hours of operation.
name - The name for the hours of operation.HoursOfOperation.Builder description(String description)
The description for the hours of operation.
description - The description for the hours of operation.HoursOfOperation.Builder timeZone(String timeZone)
The time zone for the hours of operation.
timeZone - The time zone for the hours of operation.HoursOfOperation.Builder config(Collection<HoursOfOperationConfig> config)
Configuration information for the hours of operation.
config - Configuration information for the hours of operation.HoursOfOperation.Builder config(HoursOfOperationConfig... config)
Configuration information for the hours of operation.
config - Configuration information for the hours of operation.HoursOfOperation.Builder config(Consumer<HoursOfOperationConfig.Builder>... config)
Configuration information for the hours of operation.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #config(List) .config - a consumer that will call methods on List.Builder #config(List) HoursOfOperation.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
tags - The tags used to organize, track, or control access for this resource. For example, { "tags":
{"key1":"value1", "key2":"value2"} }.Copyright © 2022. All rights reserved.