Interface CapacityReservationGroup.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CapacityReservationGroup.Builder,
,CapacityReservationGroup> SdkBuilder<CapacityReservationGroup.Builder,
,CapacityReservationGroup> SdkPojo
- Enclosing class:
CapacityReservationGroup
@Mutable
@NotThreadSafe
public static interface CapacityReservationGroup.Builder
extends SdkPojo, CopyableBuilder<CapacityReservationGroup.Builder,CapacityReservationGroup>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the resource group.The ID of the Amazon Web Services account that owns the resource group.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, sdkFieldNameToField, sdkFields
-
Method Details
-
groupArn
The ARN of the resource group.
- Parameters:
groupArn
- The ARN of the resource group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownerId
The ID of the Amazon Web Services account that owns the resource group.
- Parameters:
ownerId
- The ID of the Amazon Web Services account that owns the resource group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-