Interface HoursOfOperationsIdentifier.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<HoursOfOperationsIdentifier.Builder,,HoursOfOperationsIdentifier> SdkBuilder<HoursOfOperationsIdentifier.Builder,,HoursOfOperationsIdentifier> SdkPojo
- Enclosing class:
HoursOfOperationsIdentifier
@Mutable
@NotThreadSafe
public static interface HoursOfOperationsIdentifier.Builder
extends SdkPojo, CopyableBuilder<HoursOfOperationsIdentifier.Builder,HoursOfOperationsIdentifier>
-
Method Summary
Modifier and TypeMethodDescriptionAmazon Resource Name (ARN) of the hours of operations.Unique identifier of the hours of operation.Name of the hours of operationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
Name of the hours of operation
- Parameters:
name- Name of the hours of operation- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
Unique identifier of the hours of operation.
- Parameters:
id- Unique identifier of the hours of operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
Amazon Resource Name (ARN) of the hours of operations.
- Parameters:
arn- Amazon Resource Name (ARN) of the hours of operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-