Interface Capabilities.Builder

    • Method Detail

      • supportedAuthenticationTypesWithStrings

        Capabilities.Builder supportedAuthenticationTypesWithStrings​(Collection<String> supportedAuthenticationTypes)

        A list of supported authentication types.

        Parameters:
        supportedAuthenticationTypes - A list of supported authentication types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supportedAuthenticationTypesWithStrings

        Capabilities.Builder supportedAuthenticationTypesWithStrings​(String... supportedAuthenticationTypes)

        A list of supported authentication types.

        Parameters:
        supportedAuthenticationTypes - A list of supported authentication types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supportedAuthenticationTypes

        Capabilities.Builder supportedAuthenticationTypes​(Collection<AuthenticationType> supportedAuthenticationTypes)

        A list of supported authentication types.

        Parameters:
        supportedAuthenticationTypes - A list of supported authentication types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supportedAuthenticationTypes

        Capabilities.Builder supportedAuthenticationTypes​(AuthenticationType... supportedAuthenticationTypes)

        A list of supported authentication types.

        Parameters:
        supportedAuthenticationTypes - A list of supported authentication types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supportedDataOperationsWithStrings

        Capabilities.Builder supportedDataOperationsWithStrings​(Collection<String> supportedDataOperations)

        A list of supported data operations.

        Parameters:
        supportedDataOperations - A list of supported data operations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supportedDataOperationsWithStrings

        Capabilities.Builder supportedDataOperationsWithStrings​(String... supportedDataOperations)

        A list of supported data operations.

        Parameters:
        supportedDataOperations - A list of supported data operations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supportedDataOperations

        Capabilities.Builder supportedDataOperations​(Collection<DataOperation> supportedDataOperations)

        A list of supported data operations.

        Parameters:
        supportedDataOperations - A list of supported data operations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supportedDataOperations

        Capabilities.Builder supportedDataOperations​(DataOperation... supportedDataOperations)

        A list of supported data operations.

        Parameters:
        supportedDataOperations - A list of supported data operations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supportedComputeEnvironmentsWithStrings

        Capabilities.Builder supportedComputeEnvironmentsWithStrings​(Collection<String> supportedComputeEnvironments)

        A list of supported compute environments.

        Parameters:
        supportedComputeEnvironments - A list of supported compute environments.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supportedComputeEnvironmentsWithStrings

        Capabilities.Builder supportedComputeEnvironmentsWithStrings​(String... supportedComputeEnvironments)

        A list of supported compute environments.

        Parameters:
        supportedComputeEnvironments - A list of supported compute environments.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supportedComputeEnvironments

        Capabilities.Builder supportedComputeEnvironments​(Collection<ComputeEnvironment> supportedComputeEnvironments)

        A list of supported compute environments.

        Parameters:
        supportedComputeEnvironments - A list of supported compute environments.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supportedComputeEnvironments

        Capabilities.Builder supportedComputeEnvironments​(ComputeEnvironment... supportedComputeEnvironments)

        A list of supported compute environments.

        Parameters:
        supportedComputeEnvironments - A list of supported compute environments.
        Returns:
        Returns a reference to this object so that method calls can be chained together.