Struct aws_sdk_dynamodb::output::describe_endpoints_output::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DescribeEndpointsOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn endpoints(self, input: Endpoint) -> Self
pub fn endpoints(self, input: Endpoint) -> Self
Appends an item to endpoints.
To override the contents of this collection use set_endpoints.
List of endpoints.
sourcepub fn set_endpoints(self, input: Option<Vec<Endpoint>>) -> Self
pub fn set_endpoints(self, input: Option<Vec<Endpoint>>) -> Self
List of endpoints.
sourcepub fn build(self) -> DescribeEndpointsOutput
pub fn build(self) -> DescribeEndpointsOutput
Consumes the builder and constructs a DescribeEndpointsOutput.