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