pub struct Builder { /* private fields */ }
Expand description
A builder for ImportDecoderManifestInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of the decoder manifest to import.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name of the decoder manifest to import.
sourcepub fn network_file_definitions(self, input: NetworkFileDefinition) -> Self
pub fn network_file_definitions(self, input: NetworkFileDefinition) -> Self
Appends an item to network_file_definitions
.
To override the contents of this collection use set_network_file_definitions
.
The file to load into an Amazon Web Services account.
sourcepub fn set_network_file_definitions(
self,
input: Option<Vec<NetworkFileDefinition>>
) -> Self
pub fn set_network_file_definitions(
self,
input: Option<Vec<NetworkFileDefinition>>
) -> Self
The file to load into an Amazon Web Services account.
sourcepub fn build(self) -> Result<ImportDecoderManifestInput, BuildError>
pub fn build(self) -> Result<ImportDecoderManifestInput, BuildError>
Consumes the builder and constructs a ImportDecoderManifestInput
.