Interface InstantiateSolNetworkInstanceRequest.Builder

    • Method Detail

      • 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

        InstantiateSolNetworkInstanceRequest.Builder dryRun​(Boolean 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

        InstantiateSolNetworkInstanceRequest.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

        InstantiateSolNetworkInstanceRequest.Builder tags​(Map<String,​String> 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.