Struct aws_sdk_tnb::operation::delete_sol_function_package::builders::DeleteSolFunctionPackageFluentBuilder
source · pub struct DeleteSolFunctionPackageFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to DeleteSolFunctionPackage.
Deletes 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.
To delete a function package, the package must be in a disabled state. To disable a function package, see UpdateSolFunctionPackage.
Implementations§
source§impl DeleteSolFunctionPackageFluentBuilder
impl DeleteSolFunctionPackageFluentBuilder
sourcepub fn as_input(&self) -> &DeleteSolFunctionPackageInputBuilder
pub fn as_input(&self) -> &DeleteSolFunctionPackageInputBuilder
Access the DeleteSolFunctionPackage as a reference.
sourcepub async fn send(
self
) -> Result<DeleteSolFunctionPackageOutput, SdkError<DeleteSolFunctionPackageError, HttpResponse>>
pub async fn send( self ) -> Result<DeleteSolFunctionPackageOutput, SdkError<DeleteSolFunctionPackageError, 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<DeleteSolFunctionPackageOutput, DeleteSolFunctionPackageError, Self>
pub fn customize( self ) -> CustomizableOperation<DeleteSolFunctionPackageOutput, DeleteSolFunctionPackageError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn vnf_pkg_id(self, input: impl Into<String>) -> Self
pub fn vnf_pkg_id(self, input: impl Into<String>) -> Self
ID of the function package.
sourcepub fn set_vnf_pkg_id(self, input: Option<String>) -> Self
pub fn set_vnf_pkg_id(self, input: Option<String>) -> Self
ID of the function package.
sourcepub fn get_vnf_pkg_id(&self) -> &Option<String>
pub fn get_vnf_pkg_id(&self) -> &Option<String>
ID of the function package.
Trait Implementations§
source§impl Clone for DeleteSolFunctionPackageFluentBuilder
impl Clone for DeleteSolFunctionPackageFluentBuilder
source§fn clone(&self) -> DeleteSolFunctionPackageFluentBuilder
fn clone(&self) -> DeleteSolFunctionPackageFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more