Interface CreateSolNetworkPackageResponse.Builder

    • Method Detail

      • nsdOnboardingState

        CreateSolNetworkPackageResponse.Builder nsdOnboardingState​(String nsdOnboardingState)

        Onboarding state of the network service descriptor in the network package.

        Parameters:
        nsdOnboardingState - Onboarding state of the network service descriptor in the network package.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        NsdOnboardingState, NsdOnboardingState
      • nsdOperationalState

        CreateSolNetworkPackageResponse.Builder nsdOperationalState​(String nsdOperationalState)

        Operational state of the network service descriptor in the network package.

        Parameters:
        nsdOperationalState - Operational state of the network service descriptor in the network package.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        NsdOperationalState, NsdOperationalState
      • nsdUsageState

        CreateSolNetworkPackageResponse.Builder nsdUsageState​(String nsdUsageState)

        Usage state of the network service descriptor in the network package.

        Parameters:
        nsdUsageState - Usage state of the network service descriptor in the network package.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        NsdUsageState, NsdUsageState
      • nsdUsageState

        CreateSolNetworkPackageResponse.Builder nsdUsageState​(NsdUsageState nsdUsageState)

        Usage state of the network service descriptor in the network package.

        Parameters:
        nsdUsageState - Usage state of the network service descriptor in the network package.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        NsdUsageState, NsdUsageState
      • tags

        CreateSolNetworkPackageResponse.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. You can 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. You can 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.