Interface StartOutpostDecommissionResponse.Builder

    • Method Detail

      • blockingResourceTypesWithStrings

        StartOutpostDecommissionResponse.Builder blockingResourceTypesWithStrings​(Collection<String> blockingResourceTypes)

        The resources still associated with the Outpost that you are decommissioning.

        Parameters:
        blockingResourceTypes - The resources still associated with the Outpost that you are decommissioning.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • blockingResourceTypesWithStrings

        StartOutpostDecommissionResponse.Builder blockingResourceTypesWithStrings​(String... blockingResourceTypes)

        The resources still associated with the Outpost that you are decommissioning.

        Parameters:
        blockingResourceTypes - The resources still associated with the Outpost that you are decommissioning.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • blockingResourceTypes

        StartOutpostDecommissionResponse.Builder blockingResourceTypes​(Collection<BlockingResourceType> blockingResourceTypes)

        The resources still associated with the Outpost that you are decommissioning.

        Parameters:
        blockingResourceTypes - The resources still associated with the Outpost that you are decommissioning.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • blockingResourceTypes

        StartOutpostDecommissionResponse.Builder blockingResourceTypes​(BlockingResourceType... blockingResourceTypes)

        The resources still associated with the Outpost that you are decommissioning.

        Parameters:
        blockingResourceTypes - The resources still associated with the Outpost that you are decommissioning.
        Returns:
        Returns a reference to this object so that method calls can be chained together.