Interface InstantiateSolNetworkInstanceRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<InstantiateSolNetworkInstanceRequest.Builder,InstantiateSolNetworkInstanceRequest>, SdkBuilder<InstantiateSolNetworkInstanceRequest.Builder,InstantiateSolNetworkInstanceRequest>, SdkPojo, SdkRequest.Builder, TnbRequest.Builder
Enclosing class:
InstantiateSolNetworkInstanceRequest

public static interface InstantiateSolNetworkInstanceRequest.Builder extends TnbRequest.Builder, SdkPojo, CopyableBuilder<InstantiateSolNetworkInstanceRequest.Builder,InstantiateSolNetworkInstanceRequest>
  • Method Details

    • additionalParamsForNs

      InstantiateSolNetworkInstanceRequest.Builder additionalParamsForNs(Document additionalParamsForNs)

      Provides values for the configurable properties.

      Parameters:
      additionalParamsForNs - Provides values for the configurable properties.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dryRun

      A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

      Parameters:
      dryRun - A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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 transferred to the network operation that is created. 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 transferred to the network operation that is created. 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.
    • 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.