Struct aws_sdk_tnb::operation::create_sol_function_package::builders::CreateSolFunctionPackageFluentBuilder
source · pub struct CreateSolFunctionPackageFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to CreateSolFunctionPackage.
Creates a function package.
A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network. For more information, see Function packages in the Amazon Web Services Telco Network Builder User Guide.
Creating a function package is the first step for creating a network in AWS TNB. This request creates an empty container with an ID. The next step is to upload the actual CSAR zip file into that empty container. To upload function package content, see PutSolFunctionPackageContent.
Implementations§
source§impl CreateSolFunctionPackageFluentBuilder
impl CreateSolFunctionPackageFluentBuilder
sourcepub fn as_input(&self) -> &CreateSolFunctionPackageInputBuilder
pub fn as_input(&self) -> &CreateSolFunctionPackageInputBuilder
Access the CreateSolFunctionPackage as a reference.
sourcepub async fn send(
self
) -> Result<CreateSolFunctionPackageOutput, SdkError<CreateSolFunctionPackageError, HttpResponse>>
pub async fn send( self ) -> Result<CreateSolFunctionPackageOutput, SdkError<CreateSolFunctionPackageError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<CreateSolFunctionPackageOutput, CreateSolFunctionPackageError, Self>
pub fn customize( self ) -> CustomizableOperation<CreateSolFunctionPackageOutput, CreateSolFunctionPackageError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
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.
Trait Implementations§
source§impl Clone for CreateSolFunctionPackageFluentBuilder
impl Clone for CreateSolFunctionPackageFluentBuilder
source§fn clone(&self) -> CreateSolFunctionPackageFluentBuilder
fn clone(&self) -> CreateSolFunctionPackageFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more