Interface UpdateSolNetworkInstanceRequest.Builder

  • Method Details

    • modifyVnfInfoData

      Identifies the network function information parameters and/or the configurable properties of the network function to be modified.

      Include this property only if the update type is MODIFY_VNF_INFORMATION.

      Parameters:
      modifyVnfInfoData - Identifies the network function information parameters and/or the configurable properties of the network function to be modified.

      Include this property only if the update type is MODIFY_VNF_INFORMATION.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • modifyVnfInfoData

      Identifies the network function information parameters and/or the configurable properties of the network function to be modified.

      Include this property only if the update type is MODIFY_VNF_INFORMATION.

      This is a convenience method that creates an instance of the UpdateSolNetworkModify.Builder avoiding the need to create one manually via UpdateSolNetworkModify.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to modifyVnfInfoData(UpdateSolNetworkModify).

      Parameters:
      modifyVnfInfoData - a consumer that will call methods on UpdateSolNetworkModify.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nsInstanceId

      UpdateSolNetworkInstanceRequest.Builder nsInstanceId(String nsInstanceId)

      ID of the network instance.

      Parameters:
      nsInstanceId - ID of the network instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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. When you use this API, the tags are only applied to the network operation that is created. These tags are not applied to the network instance. Use tags to search and filter your resources or track your Amazon Web Services costs.

      Parameters:
      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. When you use this API, the tags are only applied to the network operation that is created. These tags are not applied to the network instance. Use tags to search and filter your resources or track your Amazon Web Services costs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updateNs

      Identifies the network service descriptor and the configurable properties of the descriptor, to be used for the update.

      Include this property only if the update type is UPDATE_NS.

      Parameters:
      updateNs - Identifies the network service descriptor and the configurable properties of the descriptor, to be used for the update.

      Include this property only if the update type is UPDATE_NS.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updateNs

      Identifies the network service descriptor and the configurable properties of the descriptor, to be used for the update.

      Include this property only if the update type is UPDATE_NS.

      This is a convenience method that creates an instance of the UpdateSolNetworkServiceData.Builder avoiding the need to create one manually via UpdateSolNetworkServiceData.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to updateNs(UpdateSolNetworkServiceData).

      Parameters:
      updateNs - a consumer that will call methods on UpdateSolNetworkServiceData.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • updateType

      The type of update.

      • Use the MODIFY_VNF_INFORMATION update type, to update a specific network function configuration, in the network instance.

      • Use the UPDATE_NS update type, to update the network instance to a new network service descriptor.

      Parameters:
      updateType - The type of update.

      • Use the MODIFY_VNF_INFORMATION update type, to update a specific network function configuration, in the network instance.

      • Use the UPDATE_NS update type, to update the network instance to a new network service descriptor.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • updateType

      The type of update.

      • Use the MODIFY_VNF_INFORMATION update type, to update a specific network function configuration, in the network instance.

      • Use the UPDATE_NS update type, to update the network instance to a new network service descriptor.

      Parameters:
      updateType - The type of update.

      • Use the MODIFY_VNF_INFORMATION update type, to update a specific network function configuration, in the network instance.

      • Use the UPDATE_NS update type, to update the network instance to a new network service descriptor.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      UpdateSolNetworkInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.