Struct aws_sdk_elasticsearch::output::describe_reserved_elasticsearch_instances_output::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for DescribeReservedElasticsearchInstancesOutput
Implementations
Provides an identifier to allow retrieval of paginated results.
Provides an identifier to allow retrieval of paginated results.
Appends an item to reserved_elasticsearch_instances.
To override the contents of this collection use set_reserved_elasticsearch_instances.
List of reserved Elasticsearch instances.
pub fn set_reserved_elasticsearch_instances(
self,
input: Option<Vec<ReservedElasticsearchInstance>>
) -> Self
pub fn set_reserved_elasticsearch_instances(
self,
input: Option<Vec<ReservedElasticsearchInstance>>
) -> Self
List of reserved Elasticsearch instances.
Consumes the builder and constructs a DescribeReservedElasticsearchInstancesOutput
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