Interface DescribeLaunchConfigurationsRequest.Builder

    • Method Detail

      • launchConfigurationNames

        DescribeLaunchConfigurationsRequest.Builder launchConfigurationNames​(Collection<String> launchConfigurationNames)

        The launch configuration names. If you omit this property, all launch configurations are described.

        Array Members: Maximum number of 50 items.

        Parameters:
        launchConfigurationNames - The launch configuration names. If you omit this property, all launch configurations are described.

        Array Members: Maximum number of 50 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • launchConfigurationNames

        DescribeLaunchConfigurationsRequest.Builder launchConfigurationNames​(String... launchConfigurationNames)

        The launch configuration names. If you omit this property, all launch configurations are described.

        Array Members: Maximum number of 50 items.

        Parameters:
        launchConfigurationNames - The launch configuration names. If you omit this property, all launch configurations are described.

        Array Members: Maximum number of 50 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeLaunchConfigurationsRequest.Builder nextToken​(String nextToken)

        The token for the next set of items to return. (You received this token from a previous call.)

        Parameters:
        nextToken - The token for the next set of items to return. (You received this token from a previous call.)
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxRecords

        DescribeLaunchConfigurationsRequest.Builder maxRecords​(Integer maxRecords)

        The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.

        Parameters:
        maxRecords - The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.
        Returns:
        Returns a reference to this object so that method calls can be chained together.