Interface ListLaunchProfilesResponse.Builder

    • Method Detail

      • launchProfiles

        ListLaunchProfilesResponse.Builder launchProfiles​(Collection<LaunchProfile> launchProfiles)

        A collection of launch profiles.

        Parameters:
        launchProfiles - A collection of launch profiles.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • launchProfiles

        ListLaunchProfilesResponse.Builder launchProfiles​(LaunchProfile... launchProfiles)

        A collection of launch profiles.

        Parameters:
        launchProfiles - A collection of launch profiles.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListLaunchProfilesResponse.Builder nextToken​(String nextToken)

        The token for the next set of results, or null if there are no more results.

        Parameters:
        nextToken - The token for the next set of results, or null if there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.