Struct aws_sdk_elasticsearch::operation::purchase_reserved_elasticsearch_instance_offering::builders::PurchaseReservedElasticsearchInstanceOfferingOutputBuilder
source · #[non_exhaustive]pub struct PurchaseReservedElasticsearchInstanceOfferingOutputBuilder { /* private fields */ }Expand description
A builder for PurchaseReservedElasticsearchInstanceOfferingOutput.
Implementations§
source§impl PurchaseReservedElasticsearchInstanceOfferingOutputBuilder
impl PurchaseReservedElasticsearchInstanceOfferingOutputBuilder
sourcepub fn reserved_elasticsearch_instance_id(
self,
input: impl Into<String>
) -> Self
pub fn reserved_elasticsearch_instance_id( self, input: impl Into<String> ) -> Self
Details of the reserved Elasticsearch instance which was purchased.
sourcepub fn set_reserved_elasticsearch_instance_id(
self,
input: Option<String>
) -> Self
pub fn set_reserved_elasticsearch_instance_id( self, input: Option<String> ) -> Self
Details of the reserved Elasticsearch instance which was purchased.
sourcepub fn reservation_name(self, input: impl Into<String>) -> Self
pub fn reservation_name(self, input: impl Into<String>) -> Self
The customer-specified identifier used to track this reservation.
sourcepub fn set_reservation_name(self, input: Option<String>) -> Self
pub fn set_reservation_name(self, input: Option<String>) -> Self
The customer-specified identifier used to track this reservation.
sourcepub fn build(self) -> PurchaseReservedElasticsearchInstanceOfferingOutput
pub fn build(self) -> PurchaseReservedElasticsearchInstanceOfferingOutput
Consumes the builder and constructs a PurchaseReservedElasticsearchInstanceOfferingOutput.
Trait Implementations§
source§impl Clone for PurchaseReservedElasticsearchInstanceOfferingOutputBuilder
impl Clone for PurchaseReservedElasticsearchInstanceOfferingOutputBuilder
source§fn clone(&self) -> PurchaseReservedElasticsearchInstanceOfferingOutputBuilder
fn clone(&self) -> PurchaseReservedElasticsearchInstanceOfferingOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for PurchaseReservedElasticsearchInstanceOfferingOutputBuilder
impl Default for PurchaseReservedElasticsearchInstanceOfferingOutputBuilder
source§fn default() -> PurchaseReservedElasticsearchInstanceOfferingOutputBuilder
fn default() -> PurchaseReservedElasticsearchInstanceOfferingOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<PurchaseReservedElasticsearchInstanceOfferingOutputBuilder> for PurchaseReservedElasticsearchInstanceOfferingOutputBuilder
impl PartialEq<PurchaseReservedElasticsearchInstanceOfferingOutputBuilder> for PurchaseReservedElasticsearchInstanceOfferingOutputBuilder
source§fn eq(
&self,
other: &PurchaseReservedElasticsearchInstanceOfferingOutputBuilder
) -> bool
fn eq( &self, other: &PurchaseReservedElasticsearchInstanceOfferingOutputBuilder ) -> bool
This method tests for
self and other values to be equal, and is used
by ==.