Interface ServiceCollection.Builder

    • Method Detail

      • serviceNamesWithStrings

        ServiceCollection.Builder serviceNamesWithStrings​(Collection<String> serviceNames)

        An array of strings that each specifies the name of an Amazon Web Services service.

        Parameters:
        serviceNames - An array of strings that each specifies the name of an Amazon Web Services service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceNamesWithStrings

        ServiceCollection.Builder serviceNamesWithStrings​(String... serviceNames)

        An array of strings that each specifies the name of an Amazon Web Services service.

        Parameters:
        serviceNames - An array of strings that each specifies the name of an Amazon Web Services service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceNames

        ServiceCollection.Builder serviceNames​(Collection<ServiceName> serviceNames)

        An array of strings that each specifies the name of an Amazon Web Services service.

        Parameters:
        serviceNames - An array of strings that each specifies the name of an Amazon Web Services service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceNames

        ServiceCollection.Builder serviceNames​(ServiceName... serviceNames)

        An array of strings that each specifies the name of an Amazon Web Services service.

        Parameters:
        serviceNames - An array of strings that each specifies the name of an Amazon Web Services service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.