Uses of Interface
software.amazon.awssdk.services.ec2.model.CapacityManagerDimension.Builder
Packages that use CapacityManagerDimension.Builder
-
Uses of CapacityManagerDimension.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CapacityManagerDimension.BuilderModifier and TypeMethodDescriptionThe Amazon Web Services account ID that owns the capacity resource.CapacityManagerDimension.Builder.accountName(String accountName) The name of the Amazon Web Services account that owns the capacity resource.CapacityManagerDimension.Builder.availabilityZoneId(String availabilityZoneId) The unique identifier of the Availability Zone where the capacity resource is located.CapacityManagerDimension.builder()CapacityManagerDimension.Builder.instanceFamily(String instanceFamily) The EC2 instance family of the capacity resource.CapacityManagerDimension.Builder.instancePlatform(String instancePlatform) The platform or operating system of the instance.CapacityManagerDimension.Builder.instanceType(String instanceType) The specific EC2 instance type of the capacity resource.CapacityManagerDimension.Builder.reservationArn(String reservationArn) The Amazon Resource Name (ARN) of the capacity reservation.CapacityManagerDimension.Builder.reservationCreateTimestamp(Instant reservationCreateTimestamp) The timestamp when the capacity reservation was originally created, in milliseconds since epoch.CapacityManagerDimension.Builder.reservationEndDateType(String reservationEndDateType) The type of end date for the capacity reservation.CapacityManagerDimension.Builder.reservationEndDateType(ReservationEndDateType reservationEndDateType) The type of end date for the capacity reservation.CapacityManagerDimension.Builder.reservationEndTimestamp(Instant reservationEndTimestamp) The timestamp when the capacity reservation expires and is no longer available, in milliseconds since epoch.CapacityManagerDimension.Builder.reservationId(String reservationId) The unique identifier of the capacity reservation.CapacityManagerDimension.Builder.reservationInstanceMatchCriteria(String reservationInstanceMatchCriteria) The instance matching criteria for the capacity reservation, determining how instances are matched to the reservation.CapacityManagerDimension.Builder.reservationStartTimestamp(Instant reservationStartTimestamp) The timestamp when the capacity reservation becomes active and available for use, in milliseconds since epoch.CapacityManagerDimension.Builder.reservationState(String reservationState) The current state of the capacity reservation.CapacityManagerDimension.Builder.reservationState(ReservationState reservationState) The current state of the capacity reservation.CapacityManagerDimension.Builder.reservationType(String reservationType) The type of capacity reservation.CapacityManagerDimension.Builder.reservationType(ReservationType reservationType) The type of capacity reservation.CapacityManagerDimension.Builder.reservationUnusedFinancialOwner(String reservationUnusedFinancialOwner) The Amazon Web Services account ID that is financially responsible for unused capacity reservation costs.CapacityManagerDimension.Builder.resourceRegion(String resourceRegion) The Amazon Web Services Region where the capacity resource is located.CapacityManagerDimension.Builder.tags(Collection<CapacityManagerTagDimension> tags) The tags associated with the capacity resource, represented as key-value pairs.CapacityManagerDimension.Builder.tags(Consumer<CapacityManagerTagDimension.Builder>... tags) The tags associated with the capacity resource, represented as key-value pairs.CapacityManagerDimension.Builder.tags(CapacityManagerTagDimension... tags) The tags associated with the capacity resource, represented as key-value pairs.The tenancy of the EC2 instances associated with this capacity dimension.CapacityManagerDimension.Builder.tenancy(CapacityTenancy tenancy) The tenancy of the EC2 instances associated with this capacity dimension.CapacityManagerDimension.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CapacityManagerDimension.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CapacityManagerDimension.Builder>CapacityManagerDimension.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CapacityManagerDimension.BuilderModifier and TypeMethodDescriptiondefault MetricDataResult.BuilderMetricDataResult.Builder.dimension(Consumer<CapacityManagerDimension.Builder> dimension) The dimension values that identify this specific data point, such as account ID, region, and instance family.