Interface HoursOfOperationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<HoursOfOperationSummary.Builder,HoursOfOperationSummary>,SdkBuilder<HoursOfOperationSummary.Builder,HoursOfOperationSummary>,SdkPojo
- Enclosing class:
- HoursOfOperationSummary
public static interface HoursOfOperationSummary.Builder extends SdkPojo, CopyableBuilder<HoursOfOperationSummary.Builder,HoursOfOperationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HoursOfOperationSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the hours of operation.HoursOfOperationSummary.Builderid(String id)The identifier of the hours of operation.HoursOfOperationSummary.BuilderlastModifiedRegion(String lastModifiedRegion)The Amazon Web Services Region where this resource was last modified.HoursOfOperationSummary.BuilderlastModifiedTime(Instant lastModifiedTime)The timestamp when this resource was last modified.HoursOfOperationSummary.Buildername(String name)The name of the hours of operation.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
id
HoursOfOperationSummary.Builder id(String id)
The identifier of the hours of operation.
- Parameters:
id- The identifier of the hours of operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
HoursOfOperationSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the hours of operation.
- Parameters:
arn- The Amazon Resource Name (ARN) of the hours of operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
HoursOfOperationSummary.Builder name(String name)
The name of the hours of operation.
- Parameters:
name- The name of the hours of operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
HoursOfOperationSummary.Builder lastModifiedTime(Instant lastModifiedTime)
The timestamp when this resource was last modified.
- Parameters:
lastModifiedTime- The timestamp when this resource was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedRegion
HoursOfOperationSummary.Builder lastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
- Parameters:
lastModifiedRegion- The Amazon Web Services Region where this resource was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-