Interface CapacityReservationGroup.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CapacityReservationGroup.Builder,CapacityReservationGroup>,SdkBuilder<CapacityReservationGroup.Builder,CapacityReservationGroup>,SdkPojo
- Enclosing class:
- CapacityReservationGroup
public static interface CapacityReservationGroup.Builder extends SdkPojo, CopyableBuilder<CapacityReservationGroup.Builder,CapacityReservationGroup>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CapacityReservationGroup.BuildergroupArn(String groupArn)The ARN of the resource group.CapacityReservationGroup.BuilderownerId(String ownerId)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 Detail
-
groupArn
CapacityReservationGroup.Builder groupArn(String 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
CapacityReservationGroup.Builder ownerId(String 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.
-
-