// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`CreateDataflowEndpointGroup`](crate::operation::create_dataflow_endpoint_group::builders::CreateDataflowEndpointGroupFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`endpoint_details(Vec<EndpointDetails>)`](crate::operation::create_dataflow_endpoint_group::builders::CreateDataflowEndpointGroupFluentBuilder::endpoint_details) / [`set_endpoint_details(Option<Vec<EndpointDetails>>)`](crate::operation::create_dataflow_endpoint_group::builders::CreateDataflowEndpointGroupFluentBuilder::set_endpoint_details): <p>Endpoint details of each endpoint in the dataflow endpoint group.</p>
/// - [`tags(HashMap<String, String>)`](crate::operation::create_dataflow_endpoint_group::builders::CreateDataflowEndpointGroupFluentBuilder::tags) / [`set_tags(Option<HashMap<String, String>>)`](crate::operation::create_dataflow_endpoint_group::builders::CreateDataflowEndpointGroupFluentBuilder::set_tags): <p>Tags of a dataflow endpoint group.</p>
/// - [`contact_pre_pass_duration_seconds(i32)`](crate::operation::create_dataflow_endpoint_group::builders::CreateDataflowEndpointGroupFluentBuilder::contact_pre_pass_duration_seconds) / [`set_contact_pre_pass_duration_seconds(Option<i32>)`](crate::operation::create_dataflow_endpoint_group::builders::CreateDataflowEndpointGroupFluentBuilder::set_contact_pre_pass_duration_seconds): <p>Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a <code>PREPASS</code> state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the <code>PREPASS</code> state.</p>
/// - [`contact_post_pass_duration_seconds(i32)`](crate::operation::create_dataflow_endpoint_group::builders::CreateDataflowEndpointGroupFluentBuilder::contact_post_pass_duration_seconds) / [`set_contact_post_pass_duration_seconds(Option<i32>)`](crate::operation::create_dataflow_endpoint_group::builders::CreateDataflowEndpointGroupFluentBuilder::set_contact_post_pass_duration_seconds): <p>Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a <code>POSTPASS</code> state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the <code>POSTPASS</code> state.</p>
/// - On success, responds with [`CreateDataflowEndpointGroupOutput`](crate::operation::create_dataflow_endpoint_group::CreateDataflowEndpointGroupOutput) with field(s):
/// - [`dataflow_endpoint_group_id(Option<String>)`](crate::operation::create_dataflow_endpoint_group::CreateDataflowEndpointGroupOutput::dataflow_endpoint_group_id): <p>UUID of a dataflow endpoint group.</p>
/// - On failure, responds with [`SdkError<CreateDataflowEndpointGroupError>`](crate::operation::create_dataflow_endpoint_group::CreateDataflowEndpointGroupError)
pub fn create_dataflow_endpoint_group(&self) -> crate::operation::create_dataflow_endpoint_group::builders::CreateDataflowEndpointGroupFluentBuilder{
crate::operation::create_dataflow_endpoint_group::builders::CreateDataflowEndpointGroupFluentBuilder::new(self.handle.clone())
}
}