Struct aws_sdk_elasticsearch::input::purchase_reserved_elasticsearch_instance_offering_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for PurchaseReservedElasticsearchInstanceOfferingInput
Implementations
The ID of the reserved Elasticsearch instance offering to purchase.
The ID of the reserved Elasticsearch instance offering to purchase.
A customer-specified identifier to track this reservation.
A customer-specified identifier to track this reservation.
The number of Elasticsearch instances to reserve.
The number of Elasticsearch instances to reserve.
Consumes the builder and constructs a PurchaseReservedElasticsearchInstanceOfferingInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more