Struct aws_sdk_databasemigration::output::describe_orderable_replication_instances_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DescribeOrderableReplicationInstancesOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn orderable_replication_instances(
self,
input: OrderableReplicationInstance
) -> Self
pub fn orderable_replication_instances(
self,
input: OrderableReplicationInstance
) -> Self
Appends an item to orderable_replication_instances
.
To override the contents of this collection use set_orderable_replication_instances
.
The order-able replication instances available.
sourcepub fn set_orderable_replication_instances(
self,
input: Option<Vec<OrderableReplicationInstance>>
) -> Self
pub fn set_orderable_replication_instances(
self,
input: Option<Vec<OrderableReplicationInstance>>
) -> Self
The order-able replication instances available.
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
sourcepub fn build(self) -> DescribeOrderableReplicationInstancesOutput
pub fn build(self) -> DescribeOrderableReplicationInstancesOutput
Consumes the builder and constructs a DescribeOrderableReplicationInstancesOutput
.