Struct aws_sdk_tnb::operation::create_sol_network_instance::builders::CreateSolNetworkInstanceOutputBuilder
source · #[non_exhaustive]pub struct CreateSolNetworkInstanceOutputBuilder { /* private fields */ }Expand description
A builder for CreateSolNetworkInstanceOutput.
Implementations§
source§impl CreateSolNetworkInstanceOutputBuilder
impl CreateSolNetworkInstanceOutputBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
Network instance ARN.
This field is required.sourcepub fn nsd_info_id(self, input: impl Into<String>) -> Self
pub fn nsd_info_id(self, input: impl Into<String>) -> Self
Network service descriptor ID.
This field is required.sourcepub fn set_nsd_info_id(self, input: Option<String>) -> Self
pub fn set_nsd_info_id(self, input: Option<String>) -> Self
Network service descriptor ID.
sourcepub fn get_nsd_info_id(&self) -> &Option<String>
pub fn get_nsd_info_id(&self) -> &Option<String>
Network service descriptor ID.
sourcepub fn ns_instance_name(self, input: impl Into<String>) -> Self
pub fn ns_instance_name(self, input: impl Into<String>) -> Self
Network instance name.
This field is required.sourcepub fn set_ns_instance_name(self, input: Option<String>) -> Self
pub fn set_ns_instance_name(self, input: Option<String>) -> Self
Network instance name.
sourcepub fn get_ns_instance_name(&self) -> &Option<String>
pub fn get_ns_instance_name(&self) -> &Option<String>
Network instance name.
Adds a key-value pair to tags.
To override the contents of this collection use set_tags.
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
sourcepub fn build(self) -> Result<CreateSolNetworkInstanceOutput, BuildError>
pub fn build(self) -> Result<CreateSolNetworkInstanceOutput, BuildError>
Consumes the builder and constructs a CreateSolNetworkInstanceOutput.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for CreateSolNetworkInstanceOutputBuilder
impl Clone for CreateSolNetworkInstanceOutputBuilder
source§fn clone(&self) -> CreateSolNetworkInstanceOutputBuilder
fn clone(&self) -> CreateSolNetworkInstanceOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for CreateSolNetworkInstanceOutputBuilder
impl Default for CreateSolNetworkInstanceOutputBuilder
source§fn default() -> CreateSolNetworkInstanceOutputBuilder
fn default() -> CreateSolNetworkInstanceOutputBuilder
source§impl PartialEq for CreateSolNetworkInstanceOutputBuilder
impl PartialEq for CreateSolNetworkInstanceOutputBuilder
source§fn eq(&self, other: &CreateSolNetworkInstanceOutputBuilder) -> bool
fn eq(&self, other: &CreateSolNetworkInstanceOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.